| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 71181bca435f53050d1c595aa7a6edff8af0d24a..6880ecb3db9cbc0c133dca7c658c552ffcd5accb 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -351,10 +351,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);
|
|
|