| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index ac0412b630ae2a98d66a7001989c5f2e5ba81ea5..f0b4e2d7300db5ec254e7d9363220075d738054b 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -486,17 +486,6 @@ ShelfAlignment RootWindowController::GetShelfAlignment() {
|
| return shelf_->alignment();
|
| }
|
|
|
| -bool RootWindowController::IsShelfAutoHideMenuHideChecked() {
|
| - return GetShelfAutoHideBehavior() == ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS;
|
| -}
|
| -
|
| -ShelfAutoHideBehavior
|
| -RootWindowController::GetToggledShelfAutoHideBehavior() {
|
| - return IsShelfAutoHideMenuHideChecked() ?
|
| - ash::SHELF_AUTO_HIDE_BEHAVIOR_NEVER :
|
| - ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS;
|
| -}
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // RootWindowController, private:
|
|
|
|
|