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

Unified Diff: content/public/test/render_view_test.cc

Issue 692973005: Pass origin information for remote frame creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 5a86b05998a65ca0ddadab9de47bea1c22ecc391..5028fc201b6ab82a0c0e466e64dde5635fbc3234 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -204,7 +204,8 @@ void RenderViewTest::SetUp() {
false, // hidden
false, // never_visible
1, // next_page_id
- blink::WebScreenInfo());
+ blink::WebScreenInfo(),
+ FrameReplicationState()); // remote_frame_state
Charlie Reis 2014/11/13 18:00:58 nit: The comment probably isn't necessary. It's m
alexmos 2014/11/18 18:25:32 Done.
view->AddRef();
view_ = view;
}

Powered by Google App Engine
This is Rietveld 408576698