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 87714b3dcb31e51a5b6af523683c5d0e7da108c2..c0fef25b47348aab52b132df3284b9f3a4251b1b 100644 |
--- a/chrome/browser/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/gtk/location_bar_view_gtk.h |
@@ -58,6 +58,9 @@ class LocationBarViewGtk : public AutocompleteEditController, |
// Returns the widget the caller should host. You must call Init() first. |
GtkWidget* widget() { return hbox_.get(); } |
+ // Returns the widget the page info bubble should point to. |
+ GtkWidget* location_icon_widget() const { return location_icon_image_; } |
+ |
// Returns the current TabContents. |
TabContents* GetTabContents() const; |