| 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
|
|
|