summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/location_bar_view_gtk.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-13 22:23:18 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-13 22:23:18 +0000
commit701cf8d354f62ad1a71976f95230b1c1dd8ae5b4 (patch)
tree187aa480f61b36ff63f3766c3e2df51dbf69f1bd /chrome/browser/gtk/location_bar_view_gtk.h
parent1897eb149d1d1cec1e6c5c69d207edabb3bc4f22 (diff)
downloadchromium_src-701cf8d354f62ad1a71976f95230b1c1dd8ae5b4.zip
chromium_src-701cf8d354f62ad1a71976f95230b1c1dd8ae5b4.tar.gz
chromium_src-701cf8d354f62ad1a71976f95230b1c1dd8ae5b4.tar.bz2
Implement tooltips for the Go/Stop button in Linux.
BUG=9381 Review URL: http://codereview.chromium.org/67064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.h')
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
index 8f4d017..104352c 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/gtk/location_bar_view_gtk.h
@@ -12,6 +12,7 @@
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/autocomplete/autocomplete_edit.h"
+#include "chrome/browser/autocomplete/autocomplete_edit_view_gtk.h"
#include "chrome/browser/location_bar.h"
#include "chrome/common/owned_widget_gtk.h"
#include "chrome/common/page_transition_types.h"
@@ -43,6 +44,10 @@ class LocationBarViewGtk : public AutocompleteEditController,
// restore saved state that the tab holds.
void Update(const TabContents* tab_for_state_restoring);
+ AutocompleteEditView* location_entry() {
+ return location_entry_.get();
+ }
+
// Implement the AutocompleteEditController interface.
virtual void OnAutocompleteAccept(const GURL& url,
WindowOpenDisposition disposition,