| Index: chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.h b/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| index c308732dc1e38b5202a640d3b6d5859939ecfc13..f6470e7733642ff45fc6a4b6294e92856d35e85a 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| @@ -69,6 +69,9 @@ class ChromePluginPlaceholder : public plugins::LoadablePluginPlaceholder,
|
| const base::string16& title);
|
| ~ChromePluginPlaceholder() override;
|
|
|
| + // content::LoadablePluginPlaceholder method
|
| + blink::WebPlugin* CreatePlugin() override;
|
| +
|
| // WebViewPlugin::Delegate (via PluginPlaceholder) method
|
| void BindWebFrame(blink::WebFrame* frame) override;
|
|
|
|
|