| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 90cbbc4f88b71f0031ac4e1695526f02bdff2d20..2ced6d7f4e000cba789cd38897a22ea0b8eec008 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -154,6 +154,10 @@ LocationBarViewMac::LocationBarViewMac(AutocompleteTextField* field,
|
| if (chrome::ShouldDisplayOriginChip())
|
| origin_chip_decoration_.reset(new OriginChipDecoration(
|
| this, location_icon_decoration_.get()));
|
| +
|
| + // Sets images for the decorations, and performs a layout. This call ensures
|
| + // that this class is in a consistent state after initialization.
|
| + OnChanged();
|
| }
|
|
|
| LocationBarViewMac::~LocationBarViewMac() {
|
|
|