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

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

Issue 26316005: Move out DidStartProvisionalLoad from WebContentsImpl into Navigator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some cleanup. Created 7 years, 1 month 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/test_render_frame_host.h
diff --git a/content/browser/frame_host/test_render_frame_host.h b/content/browser/frame_host/test_render_frame_host.h
index 18055d67d11a922e77c61ce285b0233d2e4e6e7a..bc5fec02fbe4c193119c847d98373e9dd9431b8f 100644
--- a/content/browser/frame_host/test_render_frame_host.h
+++ b/content/browser/frame_host/test_render_frame_host.h
@@ -14,6 +14,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl {
public:
TestRenderFrameHost(RenderViewHostImpl* render_view_host,
FrameTree* frame_tree,
+ FrameTreeNode* frame_tree_node,
int routing_id,
bool is_swapped_out);
virtual ~TestRenderFrameHost();

Powered by Google App Engine
This is Rietveld 408576698