| Index: ash/accelerators/accelerator_controller.h
|
| diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
|
| index 0e6b12e20a505a497ff2cd4fb3b3a4c2202584b1..2ed610d18b8e0a4d4ce0eb419ac841e6b3e683e4 100644
|
| --- a/ash/accelerators/accelerator_controller.h
|
| +++ b/ash/accelerators/accelerator_controller.h
|
| @@ -205,8 +205,8 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
|
| std::set<int> preferred_actions_;
|
| // Reserved actions. See accelerator_table.h for details.
|
| std::set<int> reserved_actions_;
|
| - // Actions which will not be repeated while holding the accelerator key.
|
| - std::set<int> nonrepeatable_actions_;
|
| + // Actions which will be repeated while holding the accelerator key.
|
| + std::set<int> repeatable_actions_;
|
| // Actions allowed in app mode.
|
| std::set<int> actions_allowed_in_app_mode_;
|
| // Actions allowed in pinned mode.
|
|
|