| Index: base/test/test_switches.cc
|
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
|
| index 4d8331dcffab19a4dbf14a5636abf638a03b07dc..84aa53c474d8ba1ab60657bad0c25444cda3c9ed 100644
|
| --- a/base/test/test_switches.cc
|
| +++ b/base/test/test_switches.cc
|
| @@ -42,6 +42,10 @@ const char switches::kTestLauncherSummaryOutput[] =
|
| const char switches::kTestLauncherPrintTestStdio[] =
|
| "test-launcher-print-test-stdio";
|
|
|
| +// Print a writable path and exit (for internal use).
|
| +const char switches::kTestLauncherPrintWritablePath[] =
|
| + "test-launcher-print-writable-path";
|
| +
|
| // Index of the test shard to run, starting from 0 (first shard) to total shards
|
| // minus one (last shard).
|
| const char switches::kTestLauncherShardIndex[] =
|
|
|