| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index ce411a7f455c03a641ed63283b3e2c270bfbe622..922cef4ed8b6fdc61281d9217e1464a5c2546f8a 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -85,10 +85,17 @@ ASH_EXPORT extern const AcceleratorData kAcceleratorData[];
|
| ASH_EXPORT extern const size_t kAcceleratorDataLength;
|
|
|
| // Actions allowed while user is not signed in or screen is locked.
|
| -ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLoginScreen[];
|
| +ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLoginOrLockScreen[];
|
|
|
| -// The number of elements in kActionsAllowedAtLoginScreen.
|
| -ASH_EXPORT extern const size_t kActionsAllowedAtLoginScreenLength;
|
| +// The number of elements in kActionsAllowedAtLoginOrLockScreen.
|
| +ASH_EXPORT extern const size_t kActionsAllowedAtLoginOrLockScreenLength;
|
| +
|
| +// Actions allowed while screen is locked (in addition to
|
| +// kActionsAllowedAtLoginOrLockScreen).
|
| +ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[];
|
| +
|
| +// The number of elements in kActionsAllowedAtLockScreen.
|
| +ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength;
|
|
|
| } // namespace ash
|
|
|
|
|