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 c8fa716929efe53b4a79d82206f6b7027f69d236..95ebd7537ff4c29df46d8c75d28192d696738166 100644 |
--- a/content/browser/site_per_process_browsertest.cc |
+++ b/content/browser/site_per_process_browsertest.cc |
@@ -4767,6 +4767,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)); |
} |
@@ -4831,6 +4833,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)); |
} |