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

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

Issue 135723003: Move DidCommitProvisionalLoad code from RenderView to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some clean up, ready to start reviewing. 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
Index: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 64864cb10789da9e49a2007ac7a7549bc02630ff..1b01410e0f5e0da3e223ec8167dd8834f2f332d5 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -98,6 +98,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
private:
friend class TestRenderViewHost;
+ friend class TestRenderFrameHost;
Charlie Reis 2014/02/05 23:30:37 nit: Alphabetize.
nasko 2014/02/06 01:55:13 Done.
// IPC Message handlers.
void OnDetach(int64 parent_frame_id, int64 frame_id);
@@ -110,6 +111,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
void OnDidRedirectProvisionalLoad(int32 page_id,
const GURL& source_url,
const GURL& target_url);
+ void OnNavigate(const IPC::Message& msg);
void OnSwapOutACK();
void OnContextMenu(const ContextMenuParams& params);

Powered by Google App Engine
This is Rietveld 408576698