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

Unified Diff: base/test/test_switches.h

Issue 59623015: GTTF: Flip test launcher defaults (developer mode is now default) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/launcher/unit_test_launcher.cc ('k') | base/test/test_switches.cc » ('j') | no next file with comments »
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 b9cb0a53b167facc86b26660933319161101d265..fb2525a930565bd5d5d26e6a14e3dc3c8c5cf7bb 100644
--- a/base/test/test_switches.h
+++ b/base/test/test_switches.h
@@ -11,7 +11,7 @@ namespace switches {
// alongside the definition of their values in the .cc file.
extern const char kTestLargeTimeout[];
extern const char kTestLauncherBatchLimit[];
-extern const char kTestLauncherDeveloperMode[];
+extern const char kTestLauncherBotMode[];
extern const char kTestLauncherJobs[];
extern const char kTestLauncherOutput[];
extern const char kTestLauncherRetryLimit[];
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | base/test/test_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698