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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 16900002: Added flag for alternate launcher settings (remaining changes to come). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
Index: ash/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index b68206c7ed894b0690587888301b0dcdfc1fb7a6..070e6d5a5e2bf0ed58df4b23b93755962be1e764 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -69,6 +69,10 @@ class ASH_EXPORT ShelfLayoutManager :
// Size of the shelf when auto-hidden.
static const int kAutoHideSize;
+ // The size of the shelf when shown (currently only used in alternate
+ // settings see ash::switches::UseAlternateShelfLayout).
+ static const int kShelfSize;
+
explicit ShelfLayoutManager(ShelfWidget* shelf);
virtual ~ShelfLayoutManager();

Powered by Google App Engine
This is Rietveld 408576698