| Index: base/test/test_switches.h
|
| diff --git a/base/test/test_switches.h b/base/test/test_switches.h
|
| index a5665d4efbf648777b50ea18e7688ee116e67b81..bfc0694a17799d56bf4644eff0a0a721be52e76e 100644
|
| --- a/base/test/test_switches.h
|
| +++ b/base/test/test_switches.h
|
| @@ -9,6 +9,8 @@ namespace switches {
|
|
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| +extern const char kSingleProcessTestsFlag[];
|
| +extern const char kSingleProcessTestsAndChromeFlag[];
|
| extern const char kTestLargeTimeout[];
|
| extern const char kTestTinyTimeout[];
|
| extern const char kUiTestActionTimeout[];
|
|
|