Index: chrome/browser/extensions/extension_host.cc |
=================================================================== |
--- chrome/browser/extensions/extension_host.cc (revision 28997) |
+++ chrome/browser/extensions/extension_host.cc (working copy) |
@@ -294,7 +294,7 @@ |
render_view_host()->InsertCSSInWebFrame(L"", css, "ToolstripThemeCSS"); |
} |
-void ExtensionHost::DidStopLoading(RenderViewHost* render_view_host) { |
+void ExtensionHost::DidStopLoading() { |
bool notify = !did_stop_loading_; |
did_stop_loading_ = true; |
if (extension_host_type_ == ViewType::EXTENSION_TOOLSTRIP || |