| Index: chrome/browser/ui/views/harmony/layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| index d7d62520ead44d82bcd555f095d88ce40bf7b740..9cfbd5659a2798a016e726b401fa9957e3fece30 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -40,8 +40,13 @@ class LayoutDelegate {
|
| RELATED_BUTTON_HORIZONTAL_SPACING,
|
| // Horizontal spacing between other controls that are logically related.
|
| RELATED_CONTROL_HORIZONTAL_SPACING,
|
| + // Smaller horizontal spacing between other controls that are logically
|
| + // related.
|
| + RELATED_CONTROL_HORIZONTAL_SPACING_SMALL,
|
| // Vertical spacing between controls that are logically related.
|
| RELATED_CONTROL_VERTICAL_SPACING,
|
| + // Smaller vertical spacing between controls that are logically related.
|
| + RELATED_CONTROL_VERTICAL_SPACING_SMALL,
|
| // Horizontal spacing between an item such as an icon or checkbox and a
|
| // label related to it.
|
| RELATED_LABEL_HORIZONTAL_SPACING,
|
|
|