| Index: base/test/test_switches.cc
|
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
|
| index b02e9f4e63bd00958ee83cab67988239c979535b..18b4881570e671ac6fe7d5223c0e6262022296e1 100644
|
| --- a/base/test/test_switches.cc
|
| +++ b/base/test/test_switches.cc
|
| @@ -21,6 +21,11 @@ const char switches::kTestLauncherOutput[] = "test-launcher-output";
|
| const char switches::kTestLauncherSummaryOutput[] =
|
| "test-launcher-summary-output";
|
|
|
| +// Flag controlling when test stdio is displayed as part of the launcher's
|
| +// standard output.
|
| +const char switches::kTestLauncherPrintTestStdio[] =
|
| + "test-launcher-print-test-stdio";
|
| +
|
| // Time (in milliseconds) that the tests should wait before timing out.
|
| const char switches::kTestLauncherTimeout[] = "test-launcher-timeout";
|
| // TODO(phajdan.jr): Clean up the switch names.
|
|
|