Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: chrome/common/chrome_switches.cc

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698