| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index e7aa677f2d636e7f34b0570b45aa0b37e790126b..0d2759ea65396e456e78e112c11ae3ca4ed867f3 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -350,10 +350,6 @@ class ASH_EXPORT Shell : internal::SystemModalContainerEventFilterDelegate,
|
| ShelfAutoHideBehavior GetShelfAutoHideBehavior(
|
| aura::RootWindow* root_window) const;
|
|
|
| - bool IsShelfAutoHideMenuHideChecked(aura::RootWindow* root);
|
| - ShelfAutoHideBehavior GetToggledShelfAutoHideBehavior(
|
| - aura::RootWindow* root_window);
|
| -
|
| // Sets/gets shelf's alignment on |root_window|.
|
| void SetShelfAlignment(ShelfAlignment alignment,
|
| aura::RootWindow* root_window);
|
|
|