Chromium Code Reviews| 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. |