| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 5a1b36e01d6ea28b98d98c261eabe189688a47aa..edbcde956ba785505cf4acc7987cccd73bebbb68 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -485,17 +485,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:
|
|
|
|
|