| Index: chrome/browser/ui/layout_constants.h
|
| diff --git a/chrome/browser/ui/layout_constants.h b/chrome/browser/ui/layout_constants.h
|
| index 08afece04d1a7493c93e7a260b29886140ce6a70..25856897d1b0146d810213f4d199bf1e4d84ce1a 100644
|
| --- a/chrome/browser/ui/layout_constants.h
|
| +++ b/chrome/browser/ui/layout_constants.h
|
| @@ -22,6 +22,10 @@ enum LayoutConstant {
|
| // The thickness of the location bar's border.
|
| LOCATION_BAR_BORDER_THICKNESS,
|
|
|
| + // The vertical padding between the edge of a location bar bubble and its
|
| + // contained text.
|
| + LOCATION_BAR_BUBBLE_FONT_VERTICAL_PADDING,
|
| +
|
| // The horizontal space between the edge and a bubble.
|
| LOCATION_BAR_BUBBLE_HORIZONTAL_PADDING,
|
|
|
|
|