| 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 1350aa3070e54f5c8325f4a27021357cdca17807..aa537529c245e6868fc342fdefc36cc3e0b4bda7 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
|
| @@ -63,7 +63,7 @@ void SessionsSyncPerfTest::UpdateTabs(int profile) {
|
| url = NextURL();
|
| browser->OpenURL(
|
| OpenURLParams(url, GURL("http://localhost"), CURRENT_TAB,
|
| - content::PageTransitionFromInt(0)));
|
| + content::PageTransitionFromInt(0), false));
|
| urls.push_back(url);
|
| }
|
| WaitForTabsToLoad(profile, urls);
|
|
|