| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 54f184dee8ee9070f24879a5ca1ec7f707a12e1e..16e4b021a8e236a7bc47a894c4f2549bf023cfa2 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -197,9 +197,13 @@ class LocationBarView : public LocationBar,
|
|
|
| LocationIconView* location_icon_view() { return location_icon_view_; }
|
|
|
| - // Return the point suitable for anchoring location-bar-anchored bubbles at.
|
| - // The point will be returned in the coordinates of the LocationBarView.
|
| - gfx::Point GetLocationBarAnchorPoint() const;
|
| + // Where InfoBar arrows should point. The point will be returned in the
|
| + // coordinates of the LocationBarView.
|
| + gfx::Point GetInfoBarAnchorPoint() const;
|
| +
|
| + // The anchor view for security-related bubbles. That is, those anchored to
|
| + // the leading edge of the Omnibox, under the padlock.
|
| + views::View* GetSecurityBubbleAnchorView();
|
|
|
| OmniboxViewViews* omnibox_view() { return omnibox_view_; }
|
| const OmniboxViewViews* omnibox_view() const { return omnibox_view_; }
|
|
|