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..fe022aa77570f624ba7bea4f3c89b9f985a4c848 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 margin for labels in a toast. |
+ DISTANCE_TOAST_LABEL_VERTICAL, |
// Horizontal spacing between controls that are logically unrelated. |
DISTANCE_UNRELATED_CONTROL_HORIZONTAL, |
// Larger horizontal spacing between unrelated controls. |