Index: chrome/browser/ui/views/layout_constants.cc |
diff --git a/chrome/browser/ui/views/layout_constants.cc b/chrome/browser/ui/views/layout_constants.cc |
index 68dd76b6f8b1b022b22da266602da1853f56296d..c63b6885fad5e099f5505c77b6a64061b978cbf8 100644 |
--- a/chrome/browser/ui/views/layout_constants.cc |
+++ b/chrome/browser/ui/views/layout_constants.cc |
@@ -11,8 +11,9 @@ int GetLayoutConstant(LayoutConstant constant) { |
const int kFindBarVerticalOffset[] = {1, 6, 6}; |
const int kIconLabelViewInternalPadding[] = {3, 2, 2}; |
const int kIconLabelViewTrailingPadding[] = {2, 8, 8}; |
- const int kLocationBarBubbleHorizontalPadding[] = {1, 5, 5}; |
- const int kLocationBarBubbleVerticalPadding[] = {1, 5, 5}; |
+ const int kLocationBarBubbleHorizontalPadding[] = {1, 4, 4}; |
+ const int kLocationBarBubbleVerticalPadding[] = {1, 4, 4}; |
+ const int kLocationBarEdgeThickness[] = {2, 1, 1}; |
const int kLocationBarHeight[] = {0, 28, 32}; |
const int kLocationBarHorizontalPadding[] = {3, 6, 6}; |
const int kLocationBarVerticalPadding[] = {2, 2, 2}; |
@@ -49,6 +50,8 @@ int GetLayoutConstant(LayoutConstant constant) { |
return kLocationBarBubbleHorizontalPadding[mode]; |
case LOCATION_BAR_BUBBLE_VERTICAL_PADDING: |
return kLocationBarBubbleVerticalPadding[mode]; |
+ case LOCATION_BAR_EDGE_THICKNESS: |
+ return kLocationBarEdgeThickness[mode]; |
case LOCATION_BAR_HEIGHT: |
return kLocationBarHeight[mode]; |
case LOCATION_BAR_HORIZONTAL_PADDING: |