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

Unified Diff: base/test/test_switches.h

Issue 61363002: GTTF: Add test launcher developer mode for local debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: base/test/test_switches.h
diff --git a/base/test/test_switches.h b/base/test/test_switches.h
index a4920581d03bbb61cbbe16b464c91361e6c42181..c82404764e3ebeabb5137bbc024a536d8f8919d2 100644
--- a/base/test/test_switches.h
+++ b/base/test/test_switches.h
@@ -11,6 +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 kTestLauncherJobs[];
extern const char kTestLauncherOutput[];
extern const char kTestLauncherSummaryOutput[];

Powered by Google App Engine
This is Rietveld 408576698