| Index: ash/accelerators/accelerator_controller.h
|
| diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
|
| index fb3cb7d8f6cb424b1c0226980a34da2b76f9381d..5b61159cbd6e2ed23c9752ad3ddd5e0b7b71be7e 100644
|
| --- a/ash/accelerators/accelerator_controller.h
|
| +++ b/ash/accelerators/accelerator_controller.h
|
| @@ -118,8 +118,10 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
|
| // Reserved actions. See accelerator_table.h for details.
|
| std::set<int> reserved_actions_;
|
|
|
| - // If toggling maximized is suppressed until the key release event.
|
| + // Used to suppress accelerator handling on key repeat.
|
| bool toggle_maximized_suppressed_;
|
| + bool cycle_backward_linear_suppressed_;
|
| + bool cycle_forward_linear_suppressed_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AcceleratorController);
|
| };
|
|
|