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

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

Issue 3310002: Gtk page info bubble. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: remove comment Created 10 years, 4 months 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
« no previous file with comments | « no previous file | chrome/browser/gtk/page_info_bubble_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/gtk/page_info_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698