Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1162)

Unified Diff: content/browser/frame_host/interstitial_page_impl.h

Issue 135723003: Move DidCommitProvisionalLoad code from RenderView to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing final nits. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/extension_messages.h ('k') | content/browser/frame_host/interstitial_page_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/common/extensions/extension_messages.h ('k') | content/browser/frame_host/interstitial_page_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698