| Index: chrome/browser/ui/views/layout_constants.h
|
| diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
|
| index 217158f40430d6535c63ed4a08ec342b87d9e6ea..ef7a4fc3ec296f590897ffbd3625b290341551c0 100644
|
| --- a/chrome/browser/ui/views/layout_constants.h
|
| +++ b/chrome/browser/ui/views/layout_constants.h
|
| @@ -8,10 +8,16 @@
|
| #include "ui/gfx/geometry/insets.h"
|
|
|
| enum LayoutConstant {
|
| + // Horizontal padding applied between items of icon-label views.
|
| + ICON_LABEL_VIEW_INTERNAL_PADDING,
|
| +
|
| // Additional horizontal padding applied on the trailing edge of icon-label
|
| // views.
|
| ICON_LABEL_VIEW_TRAILING_PADDING,
|
|
|
| + // The font size to use in the bubbles of the location bar, in pixels.
|
| + LOCATION_BAR_BUBBLE_FONT_PIXEL_SIZE,
|
| +
|
| // The horizontal space between the edge and a bubble.
|
| LOCATION_BAR_BUBBLE_HORIZONTAL_PADDING,
|
|
|
|
|