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

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

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.h
diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h
index de6e46d670b573d67521dcc47fe0029a579eae4d..583c43c4bcddcd6ed0a05654647805fdf5f19f0a 100644
--- a/content/public/renderer/browser_plugin_delegate.h
+++ b/content/public/renderer/browser_plugin_delegate.h
@@ -8,7 +8,6 @@
#include <string>
#include "content/common/content_export.h"
-#include "ipc/ipc_message.h"
namespace gfx {
class Size;
@@ -48,10 +47,6 @@ class CONTENT_EXPORT BrowserPluginDelegate {
// Called when the plugin resizes.
virtual void DidResizeElement(const gfx::Size& new_size) {}
- // Called when a message is received. Returns true iff the message was
- // handled.
- virtual bool OnMessageReceived(const IPC::Message& message);
-
// Return a scriptable object for the plugin.
virtual v8::Local<v8::Object> V8ScriptableObject(v8::Isolate* isolate);
};
« no previous file with comments | « components/guest_view/renderer/guest_view_container_dispatcher.cc ('k') | content/public/renderer/browser_plugin_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698