| 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 b53cca6befcb2214ab48480fe54d171c47ffe0ba..1b0c5cf0d3f5987a9a0a0b43d09e22c6284599e8 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
|
| @@ -186,6 +186,10 @@ void LocationBarViewMac::UpdateManagePasswordsIconAndBubble() {
|
| OnDecorationsChanged();
|
| }
|
|
|
| +void LocationBarViewMac::UpdateSaveCreditCardIcon() {
|
| + // Not implemented on Mac.
|
| +}
|
| +
|
| void LocationBarViewMac::UpdatePageActions() {
|
| RefreshPageActionDecorations();
|
| Layout();
|
|
|