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

Unified Diff: base/test/test_timeouts.cc

Issue 7743006: Remove unused test command-line switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 4 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 | « base/test/test_switches.cc ('k') | chrome/test/base/out_of_proc_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_timeouts.cc
diff --git a/base/test/test_timeouts.cc b/base/test/test_timeouts.cc
index 1ff151abb3351c4fe4102a7e03dde75f64528101..6bcf4bcb906fb90334e24d6e44559e91722de19e 100644
--- a/base/test/test_timeouts.cc
+++ b/base/test/test_timeouts.cc
@@ -62,14 +62,8 @@ void TestTimeouts::Initialize() {
&action_timeout_ms_);
InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_,
&action_max_timeout_ms_);
- // TODO(phajdan.jr): Fix callers and remove kTestTerminateTimeout.
- InitializeTimeout(switches::kTestTerminateTimeout, &action_max_timeout_ms_);
- // TODO(phajdan.jr): Fix callers and remove kLiveOperationTimeout.
- InitializeTimeout(switches::kLiveOperationTimeout, &action_max_timeout_ms_);
InitializeTimeout(switches::kTestLargeTimeout, action_max_timeout_ms_,
&large_test_timeout_ms_);
- // TODO(phajdan.jr): Fix callers and remove kUITestTimeout.
- InitializeTimeout(switches::kUiTestTimeout, &large_test_timeout_ms_);
// The timeout values should be increasing in the right order.
CHECK(tiny_timeout_ms_ <= action_timeout_ms_);
« no previous file with comments | « base/test/test_switches.cc ('k') | chrome/test/base/out_of_proc_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698