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

Unified Diff: content/public/renderer/browser_plugin_delegate.cc

Issue 1161483004: Move guest view container message routing out of content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ChromeGVCDispatcher + sync Created 5 years, 7 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
Index: content/public/renderer/browser_plugin_delegate.cc
diff --git a/content/public/renderer/browser_plugin_delegate.cc b/content/public/renderer/browser_plugin_delegate.cc
index dd0eafcc42141ae4398f2614da2cdca4537afb27..e307f5e0b3f733e9fbc3a26168926a654616484c 100644
--- a/content/public/renderer/browser_plugin_delegate.cc
+++ b/content/public/renderer/browser_plugin_delegate.cc
@@ -8,10 +8,6 @@
namespace content {
-bool BrowserPluginDelegate::OnMessageReceived(const IPC::Message& message) {
- return false;
-}
-
v8::Local<v8::Object> BrowserPluginDelegate::V8ScriptableObject(
v8::Isolate* isolate) {
return v8::Local<v8::Object>();
« no previous file with comments | « content/public/renderer/browser_plugin_delegate.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698