summaryrefslogtreecommitdiffstats
path: root/chrome_frame/renderer_glue.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 00:21:47 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 00:21:47 +0000
commitdb10d8fe8c04b6026bd9e27723694e496c763893 (patch)
tree20c62ab9c05f239ec32446cb2876affd9a9aa6e7 /chrome_frame/renderer_glue.cc
parentb2d79d2f07f43899f8ece7dd9753c2955b685dd8 (diff)
downloadchromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.zip
chromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.tar.gz
chromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.tar.bz2
Move the blob related code to content, and also move the blob messages to their own file.
TBR=jianli Review URL: http://codereview.chromium.org/6681028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/renderer_glue.cc')
-rw-r--r--chrome_frame/renderer_glue.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome_frame/renderer_glue.cc b/chrome_frame/renderer_glue.cc
index 8980e97..bc2c201 100644
--- a/chrome_frame/renderer_glue.cc
+++ b/chrome_frame/renderer_glue.cc
@@ -6,6 +6,13 @@
namespace webkit_glue {
+void AppendToLog(const char* filename, int line, const char* message) {
+}
+
+bool IsPluginRunningInRendererProcess() {
+ return true;
+}
+
// This function is called from BuildUserAgent so we have our own version
// here instead of pulling in the whole renderer lib where this function
// is implemented for Chrome.