Index: components/plugins/renderer/webview_plugin.cc |
diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc |
index ebe456b59f7c9273a0182349d280c743bf8b4cf3..968ed150b44deff6e63b364327ce8b52663b2cd6 100644 |
--- a/components/plugins/renderer/webview_plugin.cc |
+++ b/components/plugins/renderer/webview_plugin.cc |
@@ -336,10 +336,7 @@ void WebViewPlugin::didReceiveResponse(unsigned identifier, |
WebFrameClient::didReceiveResponse(identifier, response); |
} |
-void WebViewPlugin::OnDestruct() { |
- // By default RenderViewObservers are destroyed along with the RenderView. |
- // WebViewPlugin has a custom destruction mechanism, so we disable this. |
-} |
+void WebViewPlugin::OnDestruct() {} |
void WebViewPlugin::OnZoomLevelChanged() { |
if (container_) { |