Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c02bacc0842cba13c1dee3d3e04a1986ae3333a1..841d3b22469a2467467f8065b222ad9e2c745263 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1156,6 +1156,10 @@ const char kProgressBarAnimation[] = "progress-bar-animation"; |
#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) |