| Index: base/test/test_switches.h
|
| diff --git a/base/test/test_switches.h b/base/test/test_switches.h
|
| index 219459657159af69ab25ec0dba50f93b14e9942c..44ebd23e71abbb39b63350928d46e4f6e3be88e0 100644
|
| --- a/base/test/test_switches.h
|
| +++ b/base/test/test_switches.h
|
| @@ -11,6 +11,7 @@ namespace switches {
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kLiveOperationTimeout[];
|
| extern const char kTestLargeTimeout[];
|
| +extern const char kTestTinyTimeout[];
|
| extern const char kUiTestActionTimeout[];
|
| extern const char kUiTestActionMaxTimeout[];
|
| extern const char kUiTestCommandExecutionTimeout[];
|
|
|