| Index: ash/wm/panels/panel_layout_manager.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager.cc b/ash/wm/panels/panel_layout_manager.cc
|
| index cf75c29e32d763e6e79cf91995827b1de1aa99ef..c646679495f9dbc8a00f7bb80b0be484d1822f60 100644
|
| --- a/ash/wm/panels/panel_layout_manager.cc
|
| +++ b/ash/wm/panels/panel_layout_manager.cc
|
| @@ -38,8 +38,6 @@ namespace ash {
|
| namespace internal {
|
|
|
| namespace {
|
| -const int kPanelMarginEdge = 4;
|
| -const int kPanelMarginMiddle = 8;
|
| const int kPanelIdealSpacing = 4;
|
|
|
| const float kMaxHeightFactor = .80f;
|
|
|