Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: chrome/test/perf/startup_test.cc

Issue 10736064: Switch to TimeDelta interfaces in chrome automation test infrastructure. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/perf/page_cycler_test.cc ('k') | chrome/test/perf/sunspider_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/startup_test.cc
diff --git a/chrome/test/perf/startup_test.cc b/chrome/test/perf/startup_test.cc
index 701c1a8883e6431113feecf3c828197db5776c15..4b4dbba57cc6fbeda4ba118ff4e87c7916873349 100644
--- a/chrome/test/perf/startup_test.cc
+++ b/chrome/test/perf/startup_test.cc
@@ -201,7 +201,7 @@ class StartupTest : public UIPerfTest {
ASSERT_TRUE(browser_proxy.get());
if (browser_proxy->GetInitialLoadTimes(
- TestTimeouts::action_max_timeout_ms(),
+ TestTimeouts::action_max_timeout(),
&min_start,
&max_stop,
&times) &&
« no previous file with comments | « chrome/test/perf/page_cycler_test.cc ('k') | chrome/test/perf/sunspider_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698