Index: chrome/browser/extensions/extension_host.h |
=================================================================== |
--- chrome/browser/extensions/extension_host.h (revision 147723) |
+++ chrome/browser/extensions/extension_host.h (working copy) |
@@ -138,7 +138,8 @@ |
virtual void RenderViewReady() OVERRIDE; |
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
virtual void DocumentAvailableInMainFrame() OVERRIDE; |
- virtual void DidStopLoading() OVERRIDE; |
+ virtual void DidStopLoading( |
+ content::RenderViewHost* render_view_host) OVERRIDE; |
// content::WebContentsDelegate |
virtual content::WebContents* OpenURLFromTab( |