| Index: components/plugins/renderer/mobile_youtube_plugin.h
|
| diff --git a/components/plugins/renderer/mobile_youtube_plugin.h b/components/plugins/renderer/mobile_youtube_plugin.h
|
| index 99a6213b654975785eb21acd04e0af5867e6b689..6f8213f850d6be01fc1d076ac11f9a45cfcd5cf0 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.h
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.h
|
| @@ -31,9 +31,6 @@ class MobileYouTubePlugin : public PluginPlaceholder {
|
| // Opens a youtube app in the current tab.
|
| void OpenYoutubeUrlCallback();
|
|
|
| - // WebViewPlugin::Delegate (via PluginPlaceholder) method
|
| - void BindWebFrame(blink::WebFrame* frame) override;
|
| -
|
| // gin::Wrappable (via PluginPlaceholder) method
|
| gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| v8::Isolate* isolate) override;
|
|
|