Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3027)

Unified Diff: ash/shell.h

Issue 11418114: Add policy for ash launcher auto-hide behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698