| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index f978b63ca863b0ad4a629e6af7a719a7bbb20f91..44da6dea263b873565398a6b88e42d35d0d88bf0 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -174,6 +174,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
|
|
| // WebFrameClient methods:
|
| void DidClearWindowObject() override;
|
| + void FrameDetached(blink::WebLocalFrame*, DetachType) override;
|
|
|
| private:
|
| WebViewPlugin* plugin_;
|
|
|