| Index: ash/accelerators/accelerator_controller.h
|
| diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
|
| index b1e4bfc20a53cdedd0564e2824a2091de74abc19..21db26e477a319b3ec22d07cdbf6542ae38c3e6b 100644
|
| --- a/ash/accelerators/accelerator_controller.h
|
| +++ b/ash/accelerators/accelerator_controller.h
|
| @@ -41,6 +41,9 @@ class ASH_EXPORT AcceleratorControllerContext {
|
| // event type of the previous accelerator.
|
| void UpdateContext(const ui::Accelerator& accelerator);
|
|
|
| + const ui::Accelerator& current_accelerator() const {
|
| + return current_accelerator_;
|
| + }
|
| const ui::Accelerator& previous_accelerator() const {
|
| return previous_accelerator_;
|
| }
|
|
|