| Index: ash/shelf/shelf_constants.cc
|
| diff --git a/ash/shelf/shelf_constants.cc b/ash/shelf/shelf_constants.cc
|
| index 568c6578eb472347c1f737b7c4bec7c34b616db4..b180496017f432c2b792a0fe5ccb89fe02094064 100644
|
| --- a/ash/shelf/shelf_constants.cc
|
| +++ b/ash/shelf/shelf_constants.cc
|
| @@ -6,12 +6,10 @@
|
|
|
| namespace ash {
|
|
|
| +const int kShelfPreferredSize = 48;
|
| const int kShelfBackgroundAlpha = 204;
|
| const int kInvalidImageResourceID = -1;
|
| const int kInvalidShelfID = 0;
|
| -const int kShelfSize = 47;
|
| -const int kShelfButtonSpacing = 10;
|
| -const int kShelfButtonSize = 44;
|
| const int kTimeToSwitchBackgroundMs = 1000;
|
|
|
| } // namespace ash
|
|
|