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

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 (CHECK_* -> DCHECK_*) 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/material_design/material_design_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index e28ce26e41b32d7e7290cc185929b02dc4df4815..15ab1b114a14f37f4a914ac361621f2f58810067 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -95,6 +95,13 @@ const char kAshHideNotificationsForFactory[] =
// "800,0+800-800x800,0+1600-800x800" for three displays at 800x800 resolution.
const char kAshHostWindowBounds[] = "ash-host-window-bounds";
+// Specifies if Material Design elements in Chrome OS system UI are enabled.
+// Can be disabled / enabled / experimental allowing to launch incrementally.
+const char kAshMaterialDesign[] = "ash-md";
+const char kAshMaterialDesignDisabled[] = "disabled";
+const char kAshMaterialDesignEnabled[] = "enabled";
+const char kAshMaterialDesignExperimental[] = "experimental";
+
// Specifies the layout mode and offsets for the secondary display for
// testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
// b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
« no previous file with comments | « ash/ash_switches.h ('k') | ash/material_design/material_design_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698