| 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 217158f40430d6535c63ed4a08ec342b87d9e6ea..3c14b98df28f3456dc6b05e4c16d5a47766c5016 100644
|
| --- a/chrome/browser/ui/views/layout_constants.h
|
| +++ b/chrome/browser/ui/views/layout_constants.h
|
| @@ -8,6 +8,9 @@
|
| #include "ui/gfx/geometry/insets.h"
|
|
|
| enum LayoutConstant {
|
| + // Horizontal padding applied between items of icon-label views.
|
| + ICON_LABEL_VIEW_INTERNAL_PADDING,
|
| +
|
| // Additional horizontal padding applied on the trailing edge of icon-label
|
| // views.
|
| ICON_LABEL_VIEW_TRAILING_PADDING,
|
|
|