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

Unified Diff: chrome/browser/ui/layout_constants.h

Issue 1998493002: Update omnibox chips in MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove extra include Created 4 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/layout_constants.h
diff --git a/chrome/browser/ui/layout_constants.h b/chrome/browser/ui/layout_constants.h
index 4069716c0a3785a1f15f216ec8e03c54cbd5db3c..062f4523087f9c614883b0e4eec209228fdab70e 100644
--- a/chrome/browser/ui/layout_constants.h
+++ b/chrome/browser/ui/layout_constants.h
@@ -22,6 +22,9 @@ enum LayoutConstant {
// The thickness of the location bar's border.
LOCATION_BAR_BORDER_THICKNESS,
+ // Horizontal padding before the omnibox textfield.
+ LOCATION_BAR_PRE_EDIT_SPACING,
Peter Kasting 2016/05/25 20:23:03 Seems like this constant is no longer used.
Evan Stade 2016/05/25 21:03:26 Done.
+
// The vertical padding between the edge of a location bar bubble and its
// contained text.
LOCATION_BAR_BUBBLE_FONT_VERTICAL_PADDING,

Powered by Google App Engine
This is Rietveld 408576698