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

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: Comments addressed- Rebased. Created 8 years, 1 month 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 4e06edda41db40a72383b69d30be4b125f65ea66..efa67a20f9824937b8db0474ee52115b4b22628c 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);

Powered by Google App Engine
This is Rietveld 408576698