| 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 737d56e896a0c01a445c86ff1814472679d7db83..cd3c11e603b81808e155ded96d900bc06fbb5568 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -23,6 +23,9 @@ class LayoutDelegate {
|
| RELATED_CONTROL_HORIZONTAL_SPACING,
|
| // Vertical spacing between controls that are logically related.
|
| RELATED_CONTROL_VERTICAL_SPACING,
|
| + // Horizontal spacing between an item such as an icon or checkbox and a
|
| + // label related to it.
|
| + RELATED_LABEL_HORIZONTAL_SPACING,
|
| // Horizontal indent of a subsection relative to related items above, e.g.
|
| // checkboxes below explanatory text/headings.
|
| SUBSECTION_HORIZONTAL_INDENT,
|
|
|