| 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 cd3c11e603b81808e155ded96d900bc06fbb5568..c107a948457c7df05b3c366d66e1991eea54533c 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -29,6 +29,8 @@ class LayoutDelegate {
|
| // Horizontal indent of a subsection relative to related items above, e.g.
|
| // checkboxes below explanatory text/headings.
|
| SUBSECTION_HORIZONTAL_INDENT,
|
| + // Larger horizontal spacing between unrelated controls.
|
| + UNRELATED_CONTROL_HORIZONTAL_SPACING_LARGE,
|
| // Vertical spacing between controls that are logically unrelated.
|
| UNRELATED_CONTROL_VERTICAL_SPACING,
|
| // Larger vertical spacing between unrelated controls.
|
|
|