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 9841b67c9e3f24dfff94c554e74ac90936bda2eb..ae370f7c0dd85cbcfb16904c00fce2447396476e 100644 |
--- a/chrome/browser/ui/views/harmony/layout_delegate.h |
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h |
@@ -48,6 +48,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 { |