Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10507)

Unified Diff: chrome_frame/renderer_glue.cc

Issue 6681028: Move the blob related code to content, and also move the blob messages to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/worker/worker_webkitclient_impl.cc ('k') | content/browser/renderer_host/blob_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/renderer_glue.cc
===================================================================
--- chrome_frame/renderer_glue.cc (revision 77977)
+++ chrome_frame/renderer_glue.cc (working copy)
@@ -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.
« no previous file with comments | « chrome/worker/worker_webkitclient_impl.cc ('k') | content/browser/renderer_host/blob_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698