Index: base/test/test_switches.cc |
diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc |
index d87acaf2308aa6ab5cd8ac0a5c6d1996d8fb8c34..863866dd77ae08e586f50fefac0782ee4b0a852d 100644 |
--- a/base/test/test_switches.cc |
+++ b/base/test/test_switches.cc |
@@ -54,6 +54,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"; |