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

Unified Diff: chrome/test/ui/ui_test.h

Issue 3391026: Remove sleep_timeout from TestTimeouts. (Closed)
Patch Set: Created 10 years, 3 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/test_timeouts.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index b2a11e63b5da6d75042b7ba2746591cf4c0e99f9..70825fb6fb6224fd8b4e1a380ed634315bf40ff4 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -374,7 +374,8 @@ class UITestBase {
return TestTimeouts::action_max_timeout_ms();
}
static int sleep_timeout_ms() {
- return TestTimeouts::sleep_timeout_ms();
+ // TODO(phajdan.jr): Fix all callers and remove sleep_timeout_ms.
+ return TestTimeouts::action_timeout_ms();
Evan Martin 2010/09/27 16:15:01 Do we ever use flags to adjust sleep_timeout_ms !=
}
static int test_timeout_ms() {
return TestTimeouts::huge_test_timeout_ms();
« no previous file with comments | « chrome/test/test_timeouts.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698