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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 16025004: Several cleanup items, and one visible change: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
Index: chrome/browser/ui/views/location_bar/location_bar_view.h
===================================================================
--- chrome/browser/ui/views/location_bar/location_bar_view.h (revision 202226)
+++ chrome/browser/ui/views/location_bar/location_bar_view.h (working copy)
@@ -315,12 +315,10 @@
// otherwise it will be the current height.
int GetInternalHeight(bool use_preferred_size);
- // Space between items in the location bar.
+ // Space between items in the location bar, as well as between items and the
+ // edges.
static int GetItemPadding();
- // Space between the edges and the items next to them.
- static int GetEdgeItemPadding();
-
// Thickness of the left and right edges of the omnibox, in normal mode.
static const int kNormalHorizontalEdgeThickness;
// The same, but for popup mode.
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_layout.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698