summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/location_bar_view_gtk.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-29 23:23:25 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-29 23:23:25 +0000
commit7e9c5769dd8aaa4a72f2d272d17fbe57703cd143 (patch)
tree5a8f8cc41710d53c2d8d0a52c8e7dd45a3f23135 /chrome/browser/gtk/location_bar_view_gtk.h
parentf7a684345d7bfa3ebcabdadecef3c720c7ac6812 (diff)
downloadchromium_src-7e9c5769dd8aaa4a72f2d272d17fbe57703cd143.zip
chromium_src-7e9c5769dd8aaa4a72f2d272d17fbe57703cd143.tar.gz
chromium_src-7e9c5769dd8aaa4a72f2d272d17fbe57703cd143.tar.bz2
GTK Themes: Native omnibox part 2.
Put the star and go/stop buttons inside the location bar drawing. Reverts my changes to location_bar_view_gtk.cc in the previous patch. (Showed mocks of this to Ben and Glen.) Also fixes rendering of the location bar background under Crux and other themes that draw an entry_bg. Review URL: http://codereview.chromium.org/159610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22018 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
index e241537..1ac1fa4 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/gtk/location_bar_view_gtk.h
@@ -107,10 +107,6 @@ class LocationBarViewGtk : public AutocompleteEditController,
// The outermost widget we want to be hosted.
OwnedWidgetGtk hbox_;
- // A GtkEntry that isn't part of the hierarchy. We keep this for native
- // rendering.
- OwnedWidgetGtk offscreen_entry_;
-
// SSL icons.
GtkWidget* security_icon_align_;
GtkWidget* security_lock_icon_image_;