Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index 36e0807492a12b0cc542a1b824ea2002da55433e..5415fc98d81ee0e45ad4278b07e491719e08b184 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -91,6 +91,12 @@ class CONTENT_EXPORT InterstitialPageImpl |
RenderViewHost* GetRenderViewHost() const; |
#endif |
+ // TODO(nasko): This should move to InterstitialPageNavigatorImpl, but in |
+ // the meantime make it public, so it can be called directly. |
+ void DidNavigate( |
+ RenderViewHost* render_view_host, |
+ const FrameHostMsg_DidCommitProvisionalLoad_Params& params); |
+ |
protected: |
// NotificationObserver method: |
virtual void Observe(int type, |
@@ -111,9 +117,6 @@ class CONTENT_EXPORT InterstitialPageImpl |
virtual void RenderViewTerminated(RenderViewHost* render_view_host, |
base::TerminationStatus status, |
int error_code) OVERRIDE; |
- virtual void DidNavigate( |
- RenderViewHost* render_view_host, |
- const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE; |
virtual void UpdateTitle(RenderViewHost* render_view_host, |
int32 page_id, |
const base::string16& title, |