diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 13:00:35 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 13:00:35 +0000 |
commit | 54b1a85e62edf9ac99afa0802f20002a1d487940 (patch) | |
tree | 8bd2e2698868ae26220594c6945fd42604135708 /ash/shell.h | |
parent | 903d70ae6d3c46369394c0ada5ba45bc705e5e8f (diff) | |
download | chromium_src-54b1a85e62edf9ac99afa0802f20002a1d487940.zip chromium_src-54b1a85e62edf9ac99afa0802f20002a1d487940.tar.gz chromium_src-54b1a85e62edf9ac99afa0802f20002a1d487940.tar.bz2 |
Add policy for ash launcher auto-hide behavior
This CL adds a policy that controls the ash launcher auto-hide behavior.
It also modifies the way that the launcher context menu reads and toggles
the current auto-hide behavior, ensuring that all changes go through the
kShelfAutoHideBehaviorLocal pref that the policy can override.
BUG=152929
TBR=davemoore@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11418114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/shell.h b/ash/shell.h index 71181bca..6880ecb 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); |