Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
index 16e46b5c8b92786b2bb13f01dcf67b045261f35a..be10bab7d0dcd238220e8b1920cfb8770d948daf 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
@@ -128,8 +128,7 @@ void IconLabelBubbleView::OnNativeThemeChanged( |
SkColor border_color = inverted ? SK_ColorWHITE : GetBorderColor(); |
SkColor background_color = |
inverted ? SK_ColorWHITE : SkColorSetA(border_color, 0x13); |
- set_background( |
- new BackgroundWith1PxBorder(background_color, border_color, false)); |
+ set_background(new BackgroundWith1PxBorder(background_color, border_color)); |
SetLabelBackgroundColor(background_color); |
} |