diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 19:36:20 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 19:36:20 +0000 |
commit | 47aee181fc8b2593f13c1bc6f8ae31a5e546bccf (patch) | |
tree | d59b71416a81e1535c2d77948e11764a08d3e962 /chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | |
parent | 98b2864e2203979a4613ccff3cf7aa759af1da5b (diff) | |
download | chromium_src-47aee181fc8b2593f13c1bc6f8ae31a5e546bccf.zip chromium_src-47aee181fc8b2593f13c1bc6f8ae31a5e546bccf.tar.gz chromium_src-47aee181fc8b2593f13c1bc6f8ae31a5e546bccf.tar.bz2 |
GTK: Move reload in gtk mode and fix omnibox popup location.
- The reload button in GTK mode now is the normal stock gtk icon again.
- The horizontal bounds of the omnibox popup are now the equal to the location
bar box in GTK mode.
BUG=41189
TEST=none
Review URL: http://codereview.chromium.org/1604028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_gtk.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h index 7f11f7a..6dc5bea 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h @@ -58,7 +58,7 @@ class AutocompleteEditViewGtk : public AutocompleteEditView, #if defined(TOOLKIT_VIEWS) const views::View* location_bar); #else - const GtkWidget* location_bar); + GtkWidget* location_bar); #endif ~AutocompleteEditViewGtk(); |