| 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 74e0a9d5f3b9695d8028431281c71013e9b88727..7e808b3024cd40fe219265bf1509ed8158feeace 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
|
| @@ -62,7 +62,10 @@ void SessionsSyncPerfTest::UpdateTabs(int profile) {
|
| browser->SelectNumberedTab(i);
|
| url = NextURL();
|
| browser->OpenURL(
|
| - OpenURLParams(url, GURL("http://localhost"), CURRENT_TAB,
|
| + OpenURLParams(url,
|
| + content::Referrer(GURL("http://localhost"),
|
| + WebKit::WebReferrerPolicyDefault),
|
| + CURRENT_TAB,
|
| content::PageTransitionFromInt(0), false));
|
| urls.push_back(url);
|
| }
|
|
|