| Index: base/test/test_switches.h
|
| diff --git a/base/test/test_switches.h b/base/test/test_switches.h
|
| index 419b755541018ee77b1e15a928570b179c7242fa..0db5be6d17aadbb84afc3d3bdc74ea54852f2927 100644
|
| --- a/base/test/test_switches.h
|
| +++ b/base/test/test_switches.h
|
| @@ -28,6 +28,10 @@ extern const char kTestTinyTimeout[];
|
| extern const char kUiTestActionTimeout[];
|
| extern const char kUiTestActionMaxTimeout[];
|
|
|
| +#if defined(ENABLE_PLUGINS)
|
| +extern const char kRebaselinePixelTests[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // BASE_TEST_TEST_SWITCHES_H_
|
|
|