Index: ui/views/layout/layout_provider.h |
diff --git a/ui/views/layout/layout_provider.h b/ui/views/layout/layout_provider.h |
index f00238f065925b6d88cbd291eb2be1c0da83c486..197586b104fe84eccf4b8b96042446992dc4d2b5 100644 |
--- a/ui/views/layout/layout_provider.h |
+++ b/ui/views/layout/layout_provider.h |
@@ -21,6 +21,8 @@ enum InsetsMetric { |
// The margins around the contents area of a bubble (popover)-style dialog. |
INSETS_BUBBLE_CONTENTS = VIEWS_INSETS_START, |
+ // The margins around the title of a bubble (popover)-style dialog. |
+ INSETS_BUBBLE_TITLE, |
// The margins around the button row of a dialog. |
INSETS_DIALOG_BUTTON, |
// The margins around the icon/title of a dialog. |