| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index fa769f8bafe7665ae5599acf6d7b76d5f8ce5484..e19c35526ea9df2e58dd57112ad540020d8c5add 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -112,6 +112,10 @@ class LocationBarViewMac : public LocationBar,
|
| // aim at.
|
| NSPoint GetTranslateBubblePoint() const;
|
|
|
| + // Get the point in window coordinates in the lock icon for the Manage
|
| + // Passwords bubble to aim at.
|
| + NSPoint GetManagePasswordsBubblePoint() const;
|
| +
|
| // Get the point in window coordinates in the security icon at which the page
|
| // info bubble aims.
|
| NSPoint GetPageInfoBubblePoint() const;
|
|
|