| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 75d079c982a5bc63f3d9a8b8176efdccafb0a9a9..74b4b1b226a1044bb813bd683ae6f6657f7ccbaf 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -110,13 +110,6 @@ class WebViewPlugin : public blink::WebPlugin,
|
| void didFinishLoading() override;
|
| void didFailLoading(const blink::WebURLError& error) override;
|
|
|
| - // Called in response to WebPluginContainer::loadFrameRequest
|
| - void didFinishLoadingFrameRequest(const blink::WebURL& url,
|
| - void* notifyData) override {}
|
| - void didFailLoadingFrameRequest(const blink::WebURL& url,
|
| - void* notify_data,
|
| - const blink::WebURLError& error) override {}
|
| -
|
| // WebViewClient methods:
|
| bool acceptsLoadDrops() override;
|
|
|
|
|