| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index 6c4add763ff4e356fc02656ed60d6eb1c520286d..7d40cf644ff4521067f9631fd00bcb4dc8deccbc 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -233,9 +233,9 @@ ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength;
|
| ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtModalWindow[];
|
| ASH_EXPORT extern const size_t kActionsAllowedAtModalWindowLength;
|
|
|
| -// Actions which will not be repeated while holding an accelerator key.
|
| -ASH_EXPORT extern const AcceleratorAction kNonrepeatableActions[];
|
| -ASH_EXPORT extern const size_t kNonrepeatableActionsLength;
|
| +// Actions which may be repeated by holding an accelerator key.
|
| +ASH_EXPORT extern const AcceleratorAction kRepeatableActions[];
|
| +ASH_EXPORT extern const size_t kRepeatableActionsLength;
|
|
|
| // Actions allowed in app mode or pinned mode.
|
| ASH_EXPORT extern const AcceleratorAction
|
|
|