Chromium Code Reviews| Index: ash/ash_switches.cc |
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
| index b6908a7f28fff43ad248d5a10300621a84cf514d..5cce15f903fbc3476a291f282c064edad142385f 100644 |
| --- a/ash/ash_switches.cc |
| +++ b/ash/ash_switches.cc |
| @@ -78,6 +78,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; |
| // main monitor as internal. |
| const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control"; |
| +// Enable the gutter area on a desktop. |
|
flackr
2013/05/01 17:34:04
We might want a nicer name for this. Enable docked
varkha
2013/05/18 03:06:37
Done.
|
| +const char kAshEnableGutter[] = "ash-enable-gutter"; |
| + |
| // Enable the new audio handler. |
| const char kAshEnableNewAudioHandler[] = "ash-enable-new-audio-handler"; |