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

Unified Diff: ash/shelf/shelf_types.h

Issue 1907363004: (Merge to M-51) Revise the shelf alignment locking mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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/shelf/shelf_locking_manager.cc ('k') | ash/shelf/shelf_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_types.h
diff --git a/ash/shelf/shelf_types.h b/ash/shelf/shelf_types.h
index 6540f11c769dbeed21ee476983998fa95027dc7e..f74279f72d4ad069e8123153fb71c9698334e155 100644
--- a/ash/shelf/shelf_types.h
+++ b/ash/shelf/shelf_types.h
@@ -12,6 +12,9 @@ enum ShelfAlignment {
SHELF_ALIGNMENT_LEFT,
SHELF_ALIGNMENT_RIGHT,
// Top has never been supported.
+
+ // The locked alignment is set temporarily and not saved to preferences.
+ SHELF_ALIGNMENT_BOTTOM_LOCKED,
};
enum ShelfAutoHideBehavior {
« no previous file with comments | « ash/shelf/shelf_locking_manager.cc ('k') | ash/shelf/shelf_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698