Chromium Code Reviews| Index: ash/accelerators/accelerator_table.h |
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h |
| index ce411a7f455c03a641ed63283b3e2c270bfbe622..e90865bf88acf972b8d858575ad3fdef595c670c 100644 |
| --- a/ash/accelerators/accelerator_table.h |
| +++ b/ash/accelerators/accelerator_table.h |
| @@ -85,10 +85,16 @@ 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 user is locked. |
|
Daniel Erat
2012/05/23 13:45:20
nit: update this to read "Actions allowed while sc
Yusuke Sato
2012/05/23 15:36:56
Thanks, fixed.
|
| +ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[]; |
| + |
| +// The number of elements in kActionsAllowedAtLockScreen. |
| +ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength; |
| } // namespace ash |