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

Unified Diff: base/test/test_timeouts.h

Issue 7055007: GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « no previous file | base/test/test_timeouts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_timeouts.h
diff --git a/base/test/test_timeouts.h b/base/test/test_timeouts.h
index 64df11a3c97638bba62c391cdcc2c9419d115f37..67b81b0a16570e5d2b1387d1444e7e33c69e6f0a 100644
--- a/base/test/test_timeouts.h
+++ b/base/test/test_timeouts.h
@@ -35,11 +35,6 @@ class TestTimeouts {
// Do not use multiple times in a single test.
static int huge_test_timeout_ms() { return huge_test_timeout_ms_; }
- // Timeout to wait for a process to terminate.
- static int wait_for_terminate_timeout_ms() {
- return wait_for_terminate_timeout_ms_;
- }
-
// Timeout to wait for a live operation to complete. Used by tests that access
// external services.
static int live_operation_timeout_ms() {
@@ -54,7 +49,6 @@ class TestTimeouts {
static int action_max_timeout_ms_;
static int large_test_timeout_ms_;
static int huge_test_timeout_ms_;
- static int wait_for_terminate_timeout_ms_;
static int live_operation_timeout_ms_;
DISALLOW_IMPLICIT_CONSTRUCTORS(TestTimeouts);
« no previous file with comments | « no previous file | base/test/test_timeouts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698