blob: b8854925d2ff568fc1fdde3e6b3e4192ae773534 [file] [log] [blame]
[email protected]79bd6e82011-09-26 18:30:341// Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]e67a73f42010-08-31 15:05:022// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]d7196e32011-06-16 22:35:505#include "webkit/glue/webkit_glue.h"
6
[email protected]30c91802010-12-18 00:40:177#include "chrome/common/chrome_version_info.h"
[email protected]e67a73f42010-08-31 15:05:028
[email protected]105303e2011-03-14 22:16:109class GURL;
10
11bool IsPluginProcess() {
12 return false;
13}