| 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 4f39146e0e803a2daf736d7a15ed0d0076d6226d..709f9f38ed6622446bf237bf3b35490dc80aeaa3 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -46,6 +46,9 @@ class LayoutDelegate {
|
| UNRELATED_CONTROL_VERTICAL_SPACING,
|
| // Larger vertical spacing between unrelated controls.
|
| UNRELATED_CONTROL_VERTICAL_SPACING_LARGE,
|
| + // Horizontal spacing between the image/icon on a label button and its
|
| + // associated text. This includes checkboxes and radio buttons.
|
| + ICON_TEXT_SPACING,
|
| };
|
|
|
| enum class DialogWidth {
|
|
|