Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a76cc807badd92ee51791dc1e297c2aa329f5130..4b2f0295cd23ba3eb268086d28e5626770924937 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1170,6 +1170,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) |