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 9665cf15d2dc9a0787624d816f4c20b669607301..6ae4b373a26f827074bacb578905b03f8b1f7795 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 |
@@ -376,6 +376,10 @@ NSPoint LocationBarViewMac::GetTranslateBubblePoint() const { |
return [field_ bubblePointForDecoration:translate_decoration_.get()]; |
} |
+NSPoint LocationBarViewMac::GetManagePasswordsBubblePoint() const { |
+ return [field_ bubblePointForDecoration:manage_passwords_decoration_.get()]; |
+} |
+ |
NSPoint LocationBarViewMac::GetPageInfoBubblePoint() const { |
if (origin_chip_decoration_ && origin_chip_decoration_->IsVisible()) { |
return [field_ bubblePointForDecoration:origin_chip_decoration_.get()]; |