Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 4dbc24ad80992b904d6f657bb9a6c926e4cac054..c3fa29352dcfeb8a6b3f4e8ec1d9c7df3c442060 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -321,6 +321,9 @@ extern const char kDisableAutoHidingToolbarThreshold[]; |
#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) |