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

Unified Diff: ash/shelf/shelf_constants.h

Issue 198063003: Revert of Shelf Cleanup (- binary files) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_button.cc ('k') | ash/shelf/shelf_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_constants.h
diff --git a/ash/shelf/shelf_constants.h b/ash/shelf/shelf_constants.h
index f7c3ed50bc1bb858214cda6148d5bbc565dbf87d..9ae0b73e9b226ae7103eea839369913d9be3af83 100644
--- a/ash/shelf/shelf_constants.h
+++ b/ash/shelf/shelf_constants.h
@@ -9,6 +9,9 @@
namespace ash {
+// Height of the shelf. Hard coded to avoid resizing as items are added/removed.
+ASH_EXPORT extern const int kShelfPreferredSize;
+
// Max alpha of the shelf background.
ASH_EXPORT extern const int kShelfBackgroundAlpha;
@@ -16,15 +19,6 @@
extern const int kInvalidImageResourceID;
extern const int kInvalidShelfID;
-
-// Size of the shelf when visible (height when the shelf is horizontal).
-ASH_EXPORT extern const int kShelfSize;
-
-// Size between the buttons.
-ASH_EXPORT extern const int kShelfButtonSpacing;
-
-// Size allocated to for each button.
-ASH_EXPORT extern const int kShelfButtonSize;
// Animation duration for switching black shelf and dock background on and off.
ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698