| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index f23f9f079d294688d81ac5dcc5d242c91b77a8a1..c48dabe3a4cf2903e3ab4a1b4a35354d046b3fb3 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -22,6 +22,8 @@ const int kBubblePaddingHorizontalSide = 10;
|
| const int kBubblePaddingVerticalBottom = 3;
|
| const int kBubblePaddingVerticalSide = 15;
|
|
|
| +const int kTrayTextFontSizeIncrease = 2;
|
| +
|
| // Top inset of system tray bubble for bottom anchor alignment.
|
| const int kTrayBubbleAnchorTopInsetBottomAnchor = 3;
|
|
|
|
|