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

Unified Diff: content/browser/site_per_process_browsertest.cc

Issue 1635873003: Replicating WebFrame::uniqueName across renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dump-render-tree3
Patch Set: Rebasing... Created 4 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/site_per_process_browsertest.cc
diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
index 578ffbd23543108887479b56f245256cab594fab..adaeb99eb47c165401df923e23a78134466c9c72 100644
--- a/content/browser/site_per_process_browsertest.cc
+++ b/content/browser/site_per_process_browsertest.cc
@@ -4808,6 +4808,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
params.previous_sibling_routing_id = MSG_ROUTING_NONE;
params.widget_params.routing_id = MSG_ROUTING_NONE;
params.widget_params.hidden = true;
+ params.replication_state.name = "name";
+ params.replication_state.unique_name = "name";
process->Send(new FrameMsg_NewFrame(params));
}
@@ -4872,6 +4874,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, ParentDetachRemoteChild) {
params.previous_sibling_routing_id = MSG_ROUTING_NONE;
params.widget_params.routing_id = widget_routing_id;
params.widget_params.hidden = true;
+ params.replication_state.name = "name";
+ params.replication_state.unique_name = "name";
process->Send(new FrameMsg_NewFrame(params));
}
« no previous file with comments | « content/browser/frame_host/render_frame_message_filter.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698