| 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 cd3c11e603b81808e155ded96d900bc06fbb5568..389280f4f5737839fa3e14a46f9d7933e81ed74c 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -13,6 +13,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,
|
|
|