Chromium Code Reviews| Index: chrome/browser/ui/views/harmony/chrome_layout_provider.h |
| diff --git a/chrome/browser/ui/views/harmony/chrome_layout_provider.h b/chrome/browser/ui/views/harmony/chrome_layout_provider.h |
| index f647d06b103fecca4c797d4b913f3cf21e691f17..74217dbde2eb96630b2f92a7fc1e97d017c8a2cb 100644 |
| --- a/chrome/browser/ui/views/harmony/chrome_layout_provider.h |
| +++ b/chrome/browser/ui/views/harmony/chrome_layout_provider.h |
| @@ -31,6 +31,10 @@ enum ChromeDistanceMetric { |
| // Horizontal indent of a subsection relative to related items above, e.g. |
| // checkboxes below explanatory text/headings. |
| DISTANCE_SUBSECTION_HORIZONTAL_INDENT, |
| + // Vertical margin for controls in a toast. |
| + DISTANCE_TOAST_CONTROL_VERTICAL, |
| + // Vertical spacing for labels in a toast. |
|
Peter Kasting
2017/07/13 06:05:35
Nit: spacing -> margin
ananta
2017/07/13 06:27:42
Done.
|
| + DISTANCE_TOAST_LABEL_VERTICAL, |
| // Horizontal spacing between controls that are logically unrelated. |
| DISTANCE_UNRELATED_CONTROL_HORIZONTAL, |
| // Larger horizontal spacing between unrelated controls. |