| 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 352a1e0d2e0a4435a1ec3bc98f0fc8239c366c7c..1ec3c8d491787524e525234376a5d4615a6897c1 100644
|
| --- a/chrome/browser/ui/views/layout_constants.h
|
| +++ b/chrome/browser/ui/views/layout_constants.h
|
| @@ -14,6 +14,10 @@ enum LayoutConstant {
|
| // Horizontal padding applied between items of icon-label views.
|
| ICON_LABEL_VIEW_INTERNAL_PADDING,
|
|
|
| + // Additional horizontal padding applied on the leading edge of icon-label
|
| + // views (before the icon).
|
| + ICON_LABEL_VIEW_LEADING_PADDING,
|
| +
|
| // Additional horizontal padding applied on the trailing edge of icon-label
|
| // views.
|
| ICON_LABEL_VIEW_TRAILING_PADDING,
|
|
|