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

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 676f960223868df4f355a6fcf8c2498143af205d..ed7b63b615a51b67637c262cd8bea595675b0c33 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -78,6 +78,8 @@ 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* isolate) override;
virtual bool supportsKeyboardFocus() const override;
virtual bool supportsEditCommands() const override;
virtual bool supportsInputMethod() const override;
« no previous file with comments | « content/public/renderer/browser_plugin_delegate.cc ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698