Index: ash/accelerators/accelerator_controller.h |
diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h |
index fb3cb7d8f6cb424b1c0226980a34da2b76f9381d..bc829761c595083dc23a4bee268c11fece89512e 100644 |
--- a/ash/accelerators/accelerator_controller.h |
+++ b/ash/accelerators/accelerator_controller.h |
@@ -115,6 +115,8 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget { |
std::set<int> actions_allowed_at_login_screen_; |
// Actions allowed when the screen is locked. |
std::set<int> actions_allowed_at_lock_screen_; |
+ // Actions allowed when a modal window is up. |
+ std::set<int> actions_allowed_at_modal_window_; |
// Reserved actions. See accelerator_table.h for details. |
std::set<int> reserved_actions_; |