| 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 effbc7394ae0fa09cdcfa5137857295945510ef1..a2f6d3d7852427d9a44317e9a4e8d8ce2d381cc1 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
|
| @@ -362,6 +362,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()];
|
|
|