| 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 25eaf0f98bc418ec440726b7e2c72181a0362e34..9bb0d067bdde80c949f2d84ca672226fda89ab0a 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -18,6 +18,9 @@ class LayoutDelegate {
|
| // Horizontal or vertical margin between the edge of a dialog and a
|
| // contained button.
|
| DIALOG_BUTTON_MARGIN,
|
| + // Horizontal or vertical margin between the edge of a dialog and the close
|
| + // button in the upper trailing corner.
|
| + DIALOG_CLOSE_BUTTON_MARGIN,
|
| // Horizontal or vertical margin between the edge of a panel and the
|
| // contained content.
|
| PANEL_CONTENT_MARGIN,
|
|
|