Index: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc (revision 105162) |
+++ chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc (working copy) |
@@ -62,7 +62,8 @@ |
browser->SelectNumberedTab(i); |
url = NextURL(); |
browser->OpenURL( |
- OpenURLParams(url, GURL("http://localhost"), CURRENT_TAB, 0)); |
+ OpenURLParams(url, GURL("http://localhost"), CURRENT_TAB, |
+ content::PageTransitionFromInt(0))); |
urls.push_back(url); |
} |
WaitForTabsToLoad(profile, urls); |