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

Unified Diff: ash/shelf/shelf_constants.h

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: comment 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_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 0ff82802bb2acaf159bedb85b676d169ace96930..d7f0825b7394263afdec8f6f8952ef8c6e7f7a03 100644
--- a/ash/shelf/shelf_constants.h
+++ b/ash/shelf/shelf_constants.h
@@ -9,9 +9,6 @@
namespace ash {
-// Max alpha of the shelf background.
-ASH_EXPORT extern const int kShelfBackgroundAlpha;
-
// Invalid image resource id used for ShelfItemDetails.
extern const int kInvalidImageResourceID;
@@ -26,9 +23,6 @@ ASH_EXPORT extern const int kShelfButtonSpacing;
// Size allocated for each button on the shelf.
ASH_EXPORT extern const int kShelfButtonSize;
-// Animation duration for switching black shelf and dock background on and off.
-ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
-
// The direction of the focus cycling.
enum CycleDirection {
CYCLE_FORWARD,
« 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