Chromium Code Reviews| 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..52747c1503c84b0c25fb31480707bc800b7e6f62 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 left side of the Omnibox, under the padlock. |
|
Peter Kasting
2017/02/13 21:36:31
Nit: left side -> leading edge
(so the comment is
tapted
2017/02/14 04:00:27
Done.
|
| + views::View* GetSecurityBubbleAnchorView(); |
| OmniboxViewViews* omnibox_view() { return omnibox_view_; } |
| const OmniboxViewViews* omnibox_view() const { return omnibox_view_; } |