| 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 c3d9761ebda73bb1ef82ce2db7529fac70529098..29c0ac37522c5bc5abf4bb90ac451405227b1149 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
|
| @@ -198,6 +198,7 @@ void LocationBarViewMac::UpdateSaveCreditCardIcon() {
|
| command_updater()->UpdateCommandEnabled(IDC_SAVE_CREDIT_CARD_FOR_PAGE,
|
| enabled);
|
| save_credit_card_decoration_->SetVisible(enabled);
|
| + OnDecorationsChanged();
|
| }
|
|
|
| void LocationBarViewMac::UpdatePageActions() {
|
|
|