Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2932)

Unified Diff: chrome/browser/gtk/location_bar_view_gtk.h

Issue 4724005: Add a help bubble pointing to the omnibox when installing an extension with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698