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

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

Issue 2555623002: Last round of cleaning up MD layout constants. (Closed)
Patch Set: pkasting review, remove debug code, rebase Created 4 years 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
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 6ef164205da63eae23da20ee394dff52ca715b8d..82fb098456682549969271da999e4042c19f8c32 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -111,6 +111,13 @@ class LocationBarView : public LocationBar,
// Width (and height) of icons in location bar.
static constexpr int kIconWidth = 16;
+ // Space between items in the location bar, as well as between items and the
+ // edges.
+ static constexpr int kHorizontalPadding = 6;
+
+ // The additional vertical padding of a bubble.
+ static constexpr int kBubbleVerticalPadding = 3;
+
// The location bar view's class name.
static const char kViewClassName[];
« no previous file with comments | « chrome/browser/ui/views/location_bar/keyword_hint_view.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