| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 4d341f8b15b85650e2b45744a1ea0bb7ddd697b7..130b99f24400d5b819da1a25db9117228f5648f0 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 accelerators to control magnified screen.
|
| +const char kAshEnableMagnifierAccelerators[] =
|
| + "ash-enable-magnifier-accelerators";
|
| +
|
| // Enables the multi user icons in the system tray.
|
| const char kAshEnableMultiUserTray[] = "ash-enable-multi-user-tray";
|
| #endif
|
|
|