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

Unified Diff: content/browser/frame_host/frame_tree_unittest.cc

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/frame_tree_unittest.cc
diff --git a/content/browser/frame_host/frame_tree_unittest.cc b/content/browser/frame_host/frame_tree_unittest.cc
index 27b8167814993d8bb3f8fc91c2ac06d8667d770e..cf9373814c39b73c6ddf53aa6549bcd80831273a 100644
--- a/content/browser/frame_host/frame_tree_unittest.cc
+++ b/content/browser/frame_host/frame_tree_unittest.cc
@@ -109,6 +109,7 @@ TEST_F(FrameTreeTest, Shape) {
scoped_ptr<RenderFrameHostImpl> render_frame_host =
RenderFrameHostFactory::Create(static_cast<RenderViewHostImpl*>(rvh()),
&frame_tree,
+ frame_tree.root(),
process()->GetNextRoutingID(),
false);
frame_tree.SwapMainFrame(render_frame_host.get());

Powered by Google App Engine
This is Rietveld 408576698