Chromium Code Reviews| Index: ash/common/ash_switches.cc |
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
| index 3141b2c40995c84b7c64c62c6571cb0a722494ec..9989fd7dac1497a967f1cbe503e677f53b8aacf7 100644 |
| --- a/ash/common/ash_switches.cc |
| +++ b/ash/common/ash_switches.cc |
| @@ -52,7 +52,7 @@ const char kAshEnableMagnifierKeyScroller[] = |
| "ash-enable-magnifier-key-scroller"; |
| // Enables the palette next to the status area. |
| -const char kAshEnablePalette[] = "ash-enable-palette"; |
| +const char kAshForceEnablePalette[] = "ash-force-enable-palette"; |
|
James Cook
2017/02/06 23:06:39
nit: alphabetize
jdufault
2017/02/08 02:06:20
Done.
|
| // Enables the palette on every display, instead of only the internal one. |
| const char kAshEnablePaletteOnAllDisplays[] = |