| Index: base/test/test_switches.cc
|
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
|
| index c970fd22365da1ba1849cd2d8c51753cfa104be1..b23538c6b071c92bb25baf3c6a2bd0e0f267899f 100644
|
| --- a/base/test/test_switches.cc
|
| +++ b/base/test/test_switches.cc
|
| @@ -50,6 +50,7 @@ const char switches::kTestLauncherTotalShards[] =
|
|
|
| // Time (in milliseconds) that the tests should wait before timing out.
|
| const char switches::kTestLauncherTimeout[] = "test-launcher-timeout";
|
| +const char switches::kTestLauncherUnitTimeout[] = "test-launcher-unit-timeout";
|
| // TODO(phajdan.jr): Clean up the switch names.
|
| const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
|
| const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
|
|
|