| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 2e466e4b130e62259985dfbe36694343c7e4e62e..4276304dd488ca09e6509ac21d6aca5d0ff8ec02 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -528,26 +528,6 @@ void Shell::UpdateShelfVisibility() {
|
| (*iter)->UpdateShelfVisibility();
|
| }
|
|
|
| -void Shell::SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior,
|
| - aura::Window* root_window) {
|
| - Shelf::ForWindow(root_window)->SetAutoHideBehavior(behavior);
|
| -}
|
| -
|
| -ShelfAutoHideBehavior Shell::GetShelfAutoHideBehavior(
|
| - aura::Window* root_window) const {
|
| - return Shelf::ForWindow(root_window)->auto_hide_behavior();
|
| -}
|
| -
|
| -void Shell::SetShelfAlignment(wm::ShelfAlignment alignment,
|
| - aura::Window* root_window) {
|
| - Shelf::ForWindow(root_window)->SetAlignment(alignment);
|
| -}
|
| -
|
| -wm::ShelfAlignment Shell::GetShelfAlignment(
|
| - const aura::Window* root_window) const {
|
| - return Shelf::ForWindow(root_window)->alignment();
|
| -}
|
| -
|
| void Shell::OnShelfAlignmentChanged(aura::Window* root_window) {
|
| FOR_EACH_OBSERVER(ShellObserver, observers_,
|
| OnShelfAlignmentChanged(root_window));
|
|
|