| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index bb2ccdec045537bc31476ffb9c7a7c44f48059c8..a07f77d9465ee2013577a81aaa955ed255641fcc 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -321,6 +321,9 @@ extern const char kEnableThemeColorInTabbedMode[];
|
|
|
| #if defined(USE_ASH)
|
| extern const char kOpenAsh[];
|
| +#if defined(OS_LINUX)
|
| +extern const char kEnableWaylandServer[];
|
| +#endif
|
| #endif
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
|
|
|