| 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 09a0e997f808346dc4142bc51e278066408a9758..5261fe7a1a23db057cd40db8aec72896a071a7a1 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
|
| @@ -523,7 +523,6 @@ void LocationBarViewMac::Update(const WebContents* contents) {
|
| RefreshContentSettingsDecorations();
|
| UpdateMicSearchDecorationVisibility();
|
| UpdateGeneratedCreditCardView();
|
| - UpdateOriginChipDecoration();
|
| if (contents)
|
| omnibox_view_->OnTabChanged(contents);
|
| else
|
| @@ -553,6 +552,7 @@ void LocationBarViewMac::OnChanged() {
|
| (resource_id == IDR_OMNIBOX_SEARCH) ?
|
| IDR_OMNIBOX_SEARCH_BUTTON_LOUPE : IDR_OMNIBOX_SEARCH_BUTTON_ARROW);
|
|
|
| + UpdateOriginChipDecoration();
|
| Layout();
|
|
|
| InstantService* instant_service =
|
|
|