blob: 96ccdc1b982a6a218b49e7b034f4c665b9683941 [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/user_agent.h"
6#include "webkit/glue/webkit_glue.h"
7
[email protected]30c91802010-12-18 00:40:178#include "chrome/common/chrome_version_info.h"
[email protected]e67a73f42010-08-31 15:05:029
[email protected]105303e2011-03-14 22:16:1010class GURL;
11
12bool IsPluginProcess() {
13 return false;
14}