| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index c130e0fdb1457ecc89d5bec57435d4853b6c19a4..1ae835540a40b3f55c620be6afceaf00b7701ab5 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -274,13 +274,6 @@ void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) {
|
| }
|
|
|
| // static
|
| -RootWindowController* RootWindowController::ForShelf(
|
| - const aura::Window* window) {
|
| - CHECK(Shell::HasInstance());
|
| - return GetRootWindowController(window->GetRootWindow());
|
| -}
|
| -
|
| -// static
|
| RootWindowController* RootWindowController::ForWindow(
|
| const aura::Window* window) {
|
| CHECK(Shell::HasInstance());
|
|
|