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

Unified Diff: chrome/common/chrome_switches.h

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 4dbc24ad80992b904d6f657bb9a6c926e4cac054..c66a8e9fa6599a6a6411a6bebf0030888376639c 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -393,6 +393,10 @@ extern const char kDisallowUncheckedDangerousDownloads[];
extern const char kDisableNewTaskManager[];
#endif // defined(ENABLE_TASK_MANAGER)
+#if defined(ENABLE_WAYLAND_SERVER)
+extern const char kEnableWaylandServer[];
+#endif
+
bool AboutInSettingsEnabled();
bool MdExtensionsEnabled();
bool MdPolicyPageEnabled();
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698