summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 05:13:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 05:13:26 +0000
commitfc93ed7fa8f78b19ef21caf1f724ddf96005b999 (patch)
treefb64d4116bc8a48a632271acac0680f9289a3c64 /chrome_frame
parentc1e5c788c583e685210dcae48b025c95bf71ca56 (diff)
downloadchromium_src-fc93ed7fa8f78b19ef21caf1f724ddf96005b999.zip
chromium_src-fc93ed7fa8f78b19ef21caf1f724ddf96005b999.tar.gz
chromium_src-fc93ed7fa8f78b19ef21caf1f724ddf96005b999.tar.bz2
Cleanup: Remove unused includes of webkit/glue/webkit_glue.h
This patch was generated by: $ git grep -l webkit/glue/webkit_glue.h > list.txt $ for f in $(cat list.txt); do if ! grep -q 'PlatformFileInfoToWebFileInfo' $f ; then echo $f; fi; done $ for f in $(cat list.txt); do if ! grep -q 'SetJavaScript' $f ; then echo $f; fi; done BUG=None TEST=unit_tests, content_unittests R=thestig@chromium.org TBR=joth,avi,jamesr Review URL: https://codereview.chromium.org/59323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/renderer_glue.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/renderer_glue.cc b/chrome_frame/renderer_glue.cc
index b885492..70d8439 100644
--- a/chrome_frame/renderer_glue.cc
+++ b/chrome_frame/renderer_glue.cc
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/webkit_glue.h"
-
#include "chrome/common/chrome_version_info.h"
-class GURL;
-
bool IsPluginProcess() {
return false;
}