| Index: chrome/browser/ui/layout_constants.cc
|
| diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
|
| index 85e24db6bfcc5e08c637cd68897d45c02e4174b5..20ad07c4b2cc5e8371d2896487bb01d2c5e5a985 100644
|
| --- a/chrome/browser/ui/layout_constants.cc
|
| +++ b/chrome/browser/ui/layout_constants.cc
|
| @@ -46,6 +46,8 @@ int GetLayoutConstant(LayoutConstant constant) {
|
| case LOCATION_BAR_BUBBLE_VERTICAL_PADDING:
|
| return kLocationBarBubbleVerticalPadding[mode];
|
| case LOCATION_BAR_BUBBLE_ANCHOR_VERTICAL_INSET:
|
| + if (ui::MaterialDesignController::IsSecondaryUiMaterial())
|
| + return 1;
|
| return kLocationBarBubbleAnchorVerticalInset[mode];
|
| case LOCATION_BAR_HEIGHT:
|
| return kLocationBarHeight[mode];
|
|
|