| Index: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| index 21c221f74bee87edcbcb7db50a015835faed1d85..c4c5852692c54c90b0e543899b817083836eb05c 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| @@ -65,12 +65,10 @@ void SessionsSyncPerfTest::UpdateTabs(int profile) {
|
| for (int i = 0; i < browser->tab_strip_model()->count(); ++i) {
|
| chrome::SelectNumberedTab(browser, i);
|
| url = NextURL();
|
| - browser->OpenURL(
|
| - OpenURLParams(url,
|
| - content::Referrer(GURL("http://localhost"),
|
| - blink::WebReferrerPolicyDefault),
|
| - CURRENT_TAB,
|
| - ui::PAGE_TRANSITION_LINK, false));
|
| + browser->OpenURL(OpenURLParams(
|
| + url, content::Referrer(GURL("http://localhost"),
|
| + blink::WebReferrerPolicyDefault),
|
| + WindowOpenDisposition::CURRENT_TAB, ui::PAGE_TRANSITION_LINK, false));
|
| urls.push_back(url);
|
| }
|
| WaitForTabsToLoad(profile, urls);
|
|
|