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

Unified Diff: components/plugins/renderer/plugin_placeholder.h

Issue 1148223004: Plugin Placeholders: Factor out common BindWebFrame method into base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/plugins/renderer/plugin_placeholder.h
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
index 5d9caa10ee4f33876c7a335d439b14107b12be48..7b8ebaaf21eccecbd484ab1d21a19622d0d3e4b7 100644
--- a/components/plugins/renderer/plugin_placeholder.h
+++ b/components/plugins/renderer/plugin_placeholder.h
@@ -36,6 +36,7 @@ class PluginPlaceholder : public content::RenderFrameObserver,
const blink::WebPluginParams& GetPluginParams() const;
// WebViewPlugin::Delegate methods:
+ void BindWebFrame(blink::WebFrame* frame) override;
void ShowContextMenu(const blink::WebMouseEvent&) override;
void PluginDestroyed() override;
v8::Local<v8::Object> GetV8ScriptableObject(
« no previous file with comments | « components/plugins/renderer/mobile_youtube_plugin.cc ('k') | components/plugins/renderer/plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698