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

Unified Diff: ash/shell.cc

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/shell.h ('k') | ash/shell/context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 53ec34cccb251499cab455c39cf0f3a0d0a428c6..15d33f59e5b9fa1b7ee743c9bcfc1f03a088c86b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -733,17 +733,6 @@ ShelfAutoHideBehavior Shell::GetShelfAutoHideBehavior(
return GetRootWindowController(root_window)->GetShelfAutoHideBehavior();
}
-bool Shell::IsShelfAutoHideMenuHideChecked(aura::RootWindow* root_window) {
- return GetRootWindowController(root_window)->GetShelfAutoHideBehavior() ==
- ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS;
-}
-
-ShelfAutoHideBehavior Shell::GetToggledShelfAutoHideBehavior(
- aura::RootWindow* root_window) {
- return GetRootWindowController(root_window)->
- GetToggledShelfAutoHideBehavior();
-}
-
void Shell::SetShelfAlignment(ShelfAlignment alignment,
aura::RootWindow* root_window) {
if (GetRootWindowController(root_window)->SetShelfAlignment(alignment))
« no previous file with comments | « ash/shell.h ('k') | ash/shell/context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698