| 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";
|
| +
|
| // Enables mirrored screen.
|
| const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
|
|
|
|
|