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

Unified Diff: ash/ash_switches.cc

Issue 1921133002: Adds ash::MaterialDesignController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds ash::MaterialDesignController (doc) Created 4 years, 8 months 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index e28ce26e41b32d7e7290cc185929b02dc4df4815..b3e6442ebc343cbd959396873a5581dc1e935286 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -58,6 +58,10 @@ const char kAshEnableUnifiedDesktop[] = "ash-enable-unified-desktop";
const char kAshEnableTouchView[] = "enable-touchview";
#endif
+// Enables / disables Material Design mode for the Chrome OS system UI.
+const char kAshEnableMaterialDesign[] = "ash-enable-md";
+const char kAshDisableMaterialDesign[] = "ash-disable-md";
Alexei Svitkine (slow) 2016/04/26 15:12:39 Have you considered using base/feature_list.h inst
varkha 2016/04/26 15:23:00 Thanks, I will take a look, didn't know this was a
+
// Enables mirrored screen.
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";

Powered by Google App Engine
This is Rietveld 408576698