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

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

Issue 195048: Simplify the gtk location bar padding and make it more consistent. (Closed)
Patch Set: simplify tab to search comment Created 11 years, 3 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/location_bar_view_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 87ffd7de9ff36262023e34b9ae1a048e7917ea3d..1a8a45352d0389c37aff6b35b1e498635d106961 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/gtk/location_bar_view_gtk.h
@@ -123,15 +123,13 @@ class LocationBarViewGtk : public AutocompleteEditController,
OwnedWidgetGtk hbox_;
// SSL icons.
- GtkWidget* security_icon_align_;
+ GtkWidget* security_icon_event_box_;
GtkWidget* security_lock_icon_image_;
GtkWidget* security_warning_icon_image_;
// Toolbar info text (EV cert info).
- GtkWidget* info_label_align_;
GtkWidget* info_label_;
// Area on the left shown when in tab to search mode.
- GtkWidget* tab_to_search_;
GtkWidget* tab_to_search_box_;
GtkWidget* tab_to_search_label_;
« no previous file with comments | « no previous file | chrome/browser/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698