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

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

Issue 10787010: Switch to TimeDelta interfaces in chrome automation test infrastructure. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase onto master. 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 4001aebcb819608a073891c828848ca9a06e8558..a7e8166863a329713079b64cf6148efa9d0ddc97 100644
--- a/chrome/test/perf/startup_test.cc
+++ b/chrome/test/perf/startup_test.cc
@@ -216,7 +216,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