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

Unified Diff: base/test/test_switches.h

Issue 5756004: Separate BufferedDataSource and BufferedResourceLoader into two files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments + removed media_resource_loader_bridge_factory + added new timeout to test_timeouts Created 10 years 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_switches.cc » ('j') | base/test/test_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_switches.h
diff --git a/base/test/test_switches.h b/base/test/test_switches.h
index 219459657159af69ab25ec0dba50f93b14e9942c..f434adb1e8ffd814912e89b04d8612241e1b27e8 100644
--- a/base/test/test_switches.h
+++ b/base/test/test_switches.h
@@ -14,6 +14,7 @@ extern const char kTestLargeTimeout[];
extern const char kUiTestActionTimeout[];
extern const char kUiTestActionMaxTimeout[];
extern const char kUiTestCommandExecutionTimeout[];
+extern const char kUiTestShortTimeout[];
Paweł Hajdan Jr. 2010/12/13 18:54:32 nit: The "UiTest" part of the switch name is legac
annacc 2010/12/13 20:14:21 Done. Except, I think you meant below (for alphabe
extern const char kUiTestTerminateTimeout[];
extern const char kUiTestTimeout[];
« no previous file with comments | « no previous file | base/test/test_switches.cc » ('j') | base/test/test_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698