Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace browser tests with unit tests. Address reviewer comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
bondd 2015/10/22 17:10:02 Using comment instead of NOTIMPLEMENTED to keep wi
+}
+
void LocationBarViewMac::UpdatePageActions() {
RefreshPageActionDecorations();
Layout();

Powered by Google App Engine
This is Rietveld 408576698