| Index: ash/shelf/shelf_constants.cc
|
| diff --git a/ash/shelf/shelf_constants.cc b/ash/shelf/shelf_constants.cc
|
| index 9a7c2dd83258ad6254cbed0f2655da90b78e9005..dff9883617d42021b024cc6c7915a8942b077672 100644
|
| --- a/ash/shelf/shelf_constants.cc
|
| +++ b/ash/shelf/shelf_constants.cc
|
| @@ -6,11 +6,9 @@
|
|
|
| namespace ash {
|
|
|
| -const int kShelfBackgroundAlpha = 204;
|
| const int kInvalidImageResourceID = -1;
|
| const int kShelfSize = 47;
|
| const int kShelfButtonSpacing = 10;
|
| const int kShelfButtonSize = 44;
|
| -const int kTimeToSwitchBackgroundMs = 1000;
|
|
|
| } // namespace ash
|
|
|