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

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: Address review feedback; send origins with DidCommitProvisionalLoad 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..961d657bc86d2d7c880a9592bba8668152e90bef 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -200,6 +200,7 @@ void RenderViewTest::SetUp() {
base::string16(),
false, // is_renderer_created
false, // swapped_out
+ FrameReplicationState(),
MSG_ROUTING_NONE, // proxy_routing_id
false, // hidden
false, // never_visible

Powered by Google App Engine
This is Rietveld 408576698