| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6eda83a567542c848be2662284a4016eb9b859f7..d74e6d3bf37389520948b60e20bd5caec36e0c78 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1183,6 +1183,10 @@ const char kEnableThemeColorInTabbedMode[]
|
|
|
| #if defined(USE_ASH)
|
| const char kOpenAsh[] = "open-ash";
|
| +#if defined(OS_LINUX)
|
| +// Enables Wayland server support when using Ash.
|
| +const char kEnableWaylandServer[] = "enable-wayland-server";
|
| +#endif
|
| #endif
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
|
|
|