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

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

Issue 1306173002: Set font size to 14 in location bar for material design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: padding Created 5 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
Index: chrome/browser/ui/views/layout_constants.h
diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
index 84261f67259b243104bfa67644b297a47bf9caa3..a23bf0a47797d1e38d1a418d5c734c8beb8d1d6f 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -34,6 +34,9 @@ enum LayoutConstant {
// the actual border.
OMNIBOX_DROPDOWN_BORDER_INTERIOR,
+ // The font size to use in the location bar and omnibox dropdown, in pixels.
+ OMNIBOX_FONT_PIXEL_SIZE,
+
// Non-ash uses a rounded content area with no shadow in the assets.
// Ash doesn't use a rounded content area and its top edge has an extra
// shadow.

Powered by Google App Engine
This is Rietveld 408576698