| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index 5eb5bb1eba23dea143e25792dadd0e84b75e72bb..4e56e5a890e2c0a033be6801a8893c3db008dc34 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -1133,7 +1133,7 @@
|
| actions_allowed_in_app_mode_.end()) {
|
| return RESTRICTION_PREVENT_PROCESSING;
|
| }
|
| - if (MruWindowTracker::BuildWindowList().empty() &&
|
| + if (MruWindowTracker::BuildWindowList(false).empty() &&
|
| actions_needing_window_.find(action) != actions_needing_window_.end()) {
|
| Shell::GetInstance()->accessibility_delegate()->TriggerAccessibilityAlert(
|
| ui::A11Y_ALERT_WINDOW_NEEDED);
|
|
|