| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 4d341f8b15b85650e2b45744a1ea0bb7ddd697b7..12413446f0e3577989c3666cdf1b1e6df85c615c 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -119,6 +119,10 @@ const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| +// Enables key bindings to scroll magnified screen.
|
| +const char kAshEnableMagnifierKeyScroller[] =
|
| + "ash-enable-magnifier-key-scroller";
|
| +
|
| // Enables the multi user icons in the system tray.
|
| const char kAshEnableMultiUserTray[] = "ash-enable-multi-user-tray";
|
| #endif
|
|
|