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

Unified Diff: base/test/test_timeouts.h

Issue 7744031: Remove obsolete test timeouts and convert callers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | chrome/browser/ui/webui/bookmarks_ui_uitest.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 8a5db3f48cc2c5ef37084842056f5fee15ce5d12..c4787b92a4a19e44ed0b9871885a23693af423b4 100644
--- a/base/test/test_timeouts.h
+++ b/base/test/test_timeouts.h
@@ -43,21 +43,6 @@ class TestTimeouts {
return large_test_timeout_ms_;
}
- // Timeout for a huge test (like running a layout test inside the browser).
- // Do not use unless absolutely necessary - try to make the test smaller.
- // Do not use multiple times in a single test.
- static int huge_test_timeout_ms() {
- DCHECK(initialized_);
- return large_test_timeout_ms_;
- }
-
- // Timeout to wait for a live operation to complete. Used by tests that access
- // external services.
- static int live_operation_timeout_ms() {
- DCHECK(initialized_);
- return action_max_timeout_ms_;
- }
-
private:
static bool initialized_;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/bookmarks_ui_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698