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 02e49fdd19408340da87faf59dbdd423a1e4b1c0..85a43c4274cf403566d01e85047b092562fe5b06 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 |
@@ -377,6 +377,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()]; |