| Index: base/test/test_switches.cc
|
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
|
| index aaea6b4c7d77520ae43446a3acbb988984eac551..f5feaff419bb8243e085708e3433235c5218a29a 100644
|
| --- a/base/test/test_switches.cc
|
| +++ b/base/test/test_switches.cc
|
| @@ -16,6 +16,12 @@ const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
|
| const char switches::kTestLauncherBotMode[] =
|
| "test-launcher-bot-mode";
|
|
|
| +// Makes it possible to debug the launcher itself. By default the launcher
|
| +// automatically switches to single process mode when it detects presence
|
| +// of debugger.
|
| +const char switches::kTestLauncherDebugLauncher[] =
|
| + "test-launcher-debug-launcher";
|
| +
|
| // Number of parallel test launcher jobs.
|
| const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
|
|
|
|
|