| 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 34b20cb3ed3b97a8dd47940d021f96f1cd0e5545..5589a1618362f0520b58756b960689ee5a87d5cf 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -2785,8 +2785,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, OriginUpdatesReachProxies) {
|
| " parent.frames['frame2'].location.href = 'data:text/html,foo');"));
|
| console_delegate->Wait();
|
|
|
| - std::string frame_origin =
|
| - root->child_at(1)->current_replication_state().origin.Serialize();
|
| + std::string frame_origin = root->child_at(1)->current_origin().Serialize();
|
| EXPECT_EQ(frame_origin + "/", frame_url.GetOrigin().spec());
|
| EXPECT_TRUE(
|
| base::MatchPattern(console_delegate->message(), "*" + frame_origin + "*"))
|
|
|