| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 0ddea52b2de12fd25432d17d42254799a86d6047..8c12e583b2b2de2cc60bd7e239019ff946b7410f 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -266,11 +266,6 @@ void WmShell::DeleteMruWindowTracker() {
|
| mru_window_tracker_.reset();
|
| }
|
|
|
| -void WmShell::SetAcceleratorController(
|
| - std::unique_ptr<AcceleratorController> accelerator_controller) {
|
| - accelerator_controller_ = std::move(accelerator_controller);
|
| -}
|
| -
|
| void WmShell::SessionStateChanged(session_manager::SessionState state) {
|
| // Create the shelf when a session becomes active. It's safe to do this
|
| // multiple times (e.g. initial login vs. multiprofile add session).
|
|
|