| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 54b3887ae5f771e48bfe7f1e8d1f6373fc7d6196..14c2f1e2aaeb1bbe51ca887b5c1a57b96ef582a6 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -311,14 +311,6 @@ const aura::Window* RootWindowController::GetContainer(int container_id) const {
|
| return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
|
| }
|
|
|
| -void RootWindowController::ShowShelf() {
|
| - if (!wm_shelf_aura_->IsShelfInitialized())
|
| - return;
|
| - // TODO(jamescook): Move this into WmShelf.
|
| - wm_shelf_aura_->shelf_widget()->SetShelfVisibility(true);
|
| - wm_shelf_aura_->shelf_widget()->status_area_widget()->Show();
|
| -}
|
| -
|
| void RootWindowController::CreateShelf() {
|
| if (wm_shelf_aura_->IsShelfInitialized())
|
| return;
|
|
|