summaryrefslogtreecommitdiffstats
path: root/chrome/test/test_switches.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 20:38:41 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 20:38:41 +0000
commitc36a87afc467a1fd2eb4bb2309051bc8e45e4393 (patch)
tree6c5a63be1787fdb88ad9f658f1ee3543929d6e28 /chrome/test/test_switches.h
parent6ece06fd803d64f8fcc4edec55e090940b46e4c2 (diff)
downloadchromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.zip
chromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.tar.gz
chromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.tar.bz2
GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts.
Next patches will also centralize timeouts for our other test binaries based on that file. BUG=none TEST=none Review URL: http://codereview.chromium.org/3308020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/test_switches.h')
-rw-r--r--chrome/test/test_switches.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/test/test_switches.h b/chrome/test/test_switches.h
index 0f9f9d1..4497d1a 100644
--- a/chrome/test/test_switches.h
+++ b/chrome/test/test_switches.h
@@ -7,8 +7,17 @@
namespace switches {
-// Number of iterations that page cycler tests will run.
+// All switches in alphabetical order. The switches should be documented
+// alongside the definition of their values in the .cc file.
+extern const char kExtraChromeFlags[];
+extern const char kEnableErrorDialogs[];
extern const char kPageCyclerIterations[];
+extern const char kUiTestActionTimeout[];
+extern const char kUiTestActionMaxTimeout[];
+extern const char kUiTestCommandExecutionTimeout[];
+extern const char kUiTestSleepTimeout[];
+extern const char kUiTestTerminateTimeout[];
+extern const char kUiTestTimeout[];
} // namespace switches