Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 265f508fe80b6b935211e4c3b9255fb7422f5eca..bc84bd05c3c681ef5a1466698a3777caecacdc42 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -324,6 +324,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) |