| 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 075954901ca2f15ddb044d7a22234b7b1f9d41c9..775c6b9756e147863849aa545f90c1c413202744 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;
|
|
|
|
|