Chromium Code Reviews| 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"; |