| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 87ffcc496cbd9c9366a94e606e105ff154e3dfd5..2fa8ee1048c2fb48ea948c55008a2602cfc7ceec 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -58,6 +58,9 @@ const char kAshEnableMagnifierKeyScroller[] =
|
| const char kAshDisableTextFilteringInOverviewMode[] =
|
| "ash-disable-text-filtering-in-overview-mode";
|
|
|
| +// Enables quick, non-cancellable locking of the screen when in maximize mode.
|
| +const char kAshEnablePowerQuickLock[] = "ash-enable-power-quick-lock";
|
| +
|
| // Enables software based mirroring.
|
| const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
|
|
|
|
|