Index: components/plugins/renderer/plugin_placeholder.h |
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h |
index b0f0f4cea02fc8a14913b228f809b8ec21647250..b3e47c754bf9d4e794bd9f0e4e2cc9888dbaab08 100644 |
--- a/components/plugins/renderer/plugin_placeholder.h |
+++ b/components/plugins/renderer/plugin_placeholder.h |
@@ -35,11 +35,11 @@ class PluginPlaceholder : public content::RenderFrameObserver, |
blink::WebLocalFrame* GetFrame(); |
const blink::WebPluginParams& GetPluginParams() const; |
- private: |
// WebViewPlugin::Delegate methods: |
void ShowContextMenu(const blink::WebMouseEvent&) override; |
groby-ooo-7-16
2015/01/30 02:22:44
why do these need to be public now?
tommycli
2015/01/30 17:02:40
These are protected now because LoadablePluginPlac
|
void PluginDestroyed() override; |
+ private: |
// RenderFrameObserver methods: |
void OnDestruct() override; |