Index: chrome/browser/gtk/location_bar_view_gtk.h |
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h |
index bf1b5c120adef0ac684fb2ca116c3bd5a2e17047..77e413415bfde8a4b266f45e54c1b2bd14ecd428 100644 |
--- a/chrome/browser/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/gtk/location_bar_view_gtk.h |
@@ -61,6 +61,9 @@ class LocationBarViewGtk : public AutocompleteEditController, |
// Returns the widget the page info bubble should point to. |
GtkWidget* location_icon_widget() const { return location_icon_image_; } |
+ // Returns the widget the extension installed bubble should point to. |
+ GtkWidget* location_entry_widget() const { return entry_box_; } |
+ |
// Returns the current TabContents. |
TabContents* GetTabContents() const; |