| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index ab4785753f8b3e7cbe1ea5d73acfca57ec8000e9..91e641f28842aa81480458ec2c70c8ca6b58ff41 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -1430,7 +1430,7 @@ AcceleratorController::GetAcceleratorProcessingRestriction(int action) {
|
| // cycling through its window elements.
|
| return RESTRICTION_PREVENT_PROCESSING_AND_PROPAGATION;
|
| }
|
| - if (shell->mru_window_tracker()->BuildMruWindowList().empty() &&
|
| + if (wm_shell->mru_window_tracker()->BuildMruWindowList().empty() &&
|
| actions_needing_window_.find(action) != actions_needing_window_.end()) {
|
| wm_shell->GetAccessibilityDelegate()->TriggerAccessibilityAlert(
|
| A11Y_ALERT_WINDOW_NEEDED);
|
|
|