[email protected] | 79bd6e8 | 2011-09-26 18:30:34 | [diff] [blame] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
[email protected] | e67a73f4 | 2010-08-31 15:05:02 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | d7196e3 | 2011-06-16 22:35:50 | [diff] [blame] | 5 | #include "webkit/glue/user_agent.h" |
6 | #include "webkit/glue/webkit_glue.h" | ||||
7 | |||||
[email protected] | 30c9180 | 2010-12-18 00:40:17 | [diff] [blame] | 8 | #include "chrome/common/chrome_version_info.h" |
[email protected] | e67a73f4 | 2010-08-31 15:05:02 | [diff] [blame] | 9 | |
[email protected] | 105303e | 2011-03-14 22:16:10 | [diff] [blame] | 10 | class GURL; |
11 | |||||
12 | bool IsPluginProcess() { | ||||
13 | return false; | ||||
14 | } |