| Index: chrome/test/base/test_switches.h
|
| diff --git a/chrome/test/base/test_switches.h b/chrome/test/base/test_switches.h
|
| index c37e71992dbf901b386074236505795d40a86a1d..8cdac2ec161180b2df1eb2db279c58b18eaedd7a 100644
|
| --- a/chrome/test/base/test_switches.h
|
| +++ b/chrome/test/base/test_switches.h
|
| @@ -16,6 +16,10 @@ extern const char kEnableErrorDialogs[];
|
| extern const char kPageCyclerIterations[];
|
| extern const char kTestingChannel[];
|
|
|
| +#if defined(OS_WIN) && defined(USE_AURA)
|
| +extern const char kAshBrowserTests[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // CHROME_TEST_BASE_TEST_SWITCHES_H_
|
|
|