summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 22:36:18 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 22:36:18 +0000
commitcdc89119701e2f3f115016faa772ecddbb4025d4 (patch)
treebc0afb76688cf21ae237f280ba1470753600524c /chrome_frame
parent130dee6eb86395c0541a342c8e0c7cf47e8b9b07 (diff)
downloadchromium_src-cdc89119701e2f3f115016faa772ecddbb4025d4.zip
chromium_src-cdc89119701e2f3f115016faa772ecddbb4025d4.tar.gz
chromium_src-cdc89119701e2f3f115016faa772ecddbb4025d4.tar.bz2
Part 1 of changes to to build chrome\common as a dll. Moving some of the functionality provided by plugin_thread.cc
to the default_plugin which is the only caller. Removed the unused AppendToLog function from the webkit_glue namespace. BUG=82326 Review URL: http://codereview.chromium.org/7012004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/renderer_glue.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_frame/renderer_glue.cc b/chrome_frame/renderer_glue.cc
index 8ecbe14..6f4b7fe 100644
--- a/chrome_frame/renderer_glue.cc
+++ b/chrome_frame/renderer_glue.cc
@@ -12,9 +12,6 @@ bool IsPluginProcess() {
namespace webkit_glue {
-void AppendToLog(const char* filename, int line, const char* message) {
-}
-
bool IsDefaultPluginEnabled() {
return false;
}