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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 729333002: Add PostMessage support for MimeHandlerView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 79c8cf5a51c8efa6884bb4ac857f452f1e294422..143df82d45ad4c13c9724292ddcf3f3292b53fb9 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -83,6 +83,7 @@ class CONTENT_EXPORT BrowserPlugin :
virtual blink::WebPluginContainer* container() const override;
virtual bool initialize(blink::WebPluginContainer* container) override;
virtual void destroy() override;
+ virtual v8::Local<v8::Object> v8ScriptableObject(v8::Isolate*) override;
Sam McNally 2014/12/18 05:36:46 Parameter name?
raymes 2014/12/19 00:00:16 Done.
virtual bool supportsKeyboardFocus() const override;
virtual bool supportsEditCommands() const override;
virtual bool supportsInputMethod() const override;

Powered by Google App Engine
This is Rietveld 408576698