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

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 on improved shared memory support 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 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)

Powered by Google App Engine
This is Rietveld 408576698