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 c13872f7782c15784837b428c4b8238f7726a3b9..563d0f960eafa16d860f0e25fdd43b2856c5313f 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
@@ -149,6 +149,10 @@ class LocationBarView : public LocationBar, |
// Shows the bookmark bubble. |
void ShowStarBubble(const GURL& url, bool newly_bookmarked); |
+ // Returns the screen coordinates of the location entry (where the URL text |
+ // appears, not where the icons are shown). |
+ gfx::Point GetLocationEntryOrigin() const; |
+ |
// Invoked from SuggestedTextView when the suggested text should be committed. |
void OnCommitSuggestedText(); |