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

Unified Diff: ash/wm/shelf_types.h

Issue 10987005: Autohide behavior simplified to always/never (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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/wm/shelf_layout_manager_unittest.cc ('k') | ash/wm/workspace/workspace_manager2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/shelf_types.h
diff --git a/ash/wm/shelf_types.h b/ash/wm/shelf_types.h
index 3d63c9280592be6100970b44d2cb5adbdfd90c74..7d94b29a66b2075ea47f2791097336b94de6c832 100644
--- a/ash/wm/shelf_types.h
+++ b/ash/wm/shelf_types.h
@@ -14,9 +14,6 @@ enum ShelfAlignment {
};
enum ShelfAutoHideBehavior {
- // The default; maximized windows trigger an auto-hide.
- SHELF_AUTO_HIDE_BEHAVIOR_DEFAULT,
-
// Always auto-hide.
SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS,
« no previous file with comments | « ash/wm/shelf_layout_manager_unittest.cc ('k') | ash/wm/workspace/workspace_manager2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698