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

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

Issue 1394763003: Update LocationBarView Background (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 73799a7710da50524087564aa43806e5410ac145..59b6ee7f21b1ac5846f6e8ed36c3cc19762a4789 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -24,6 +24,9 @@ enum LayoutConstant {
// The additional vertical padding of a bubble.
LOCATION_BAR_BUBBLE_VERTICAL_PADDING,
+ // The thickness of the location bar's border.
+ LOCATION_BAR_EDGE_THICKNESS,
Peter Kasting 2015/10/30 21:07:14 Nit: Use BORDER rather than EDGE since semanticall
jonross 2015/11/02 16:36:22 Done.
+
// The height to be occupied by the LocationBar. For
// MaterialDesignController::NON_MATERIAL the height is determined from image
// assets.

Powered by Google App Engine
This is Rietveld 408576698