| 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 e37879f86ed5e5433edaf45c5a8b4f31ef58058a..5f7f10ae49dfca6f1af2fe6e5e32c54fefb89aad 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -28,6 +28,8 @@ class LayoutDelegate {
|
| // Horizontal or vertical margin between the edge of a dialog and the close
|
| // button in the upper trailing corner.
|
| DIALOG_CLOSE_BUTTON_MARGIN,
|
| + // Dialog widths will be snapped upward to a multiple of this unit.
|
| + DIALOG_WIDTH_SNAPPING_UNIT,
|
| // Horizontal or vertical margin between the edge of a panel and the
|
| // contained content.
|
| PANEL_CONTENT_MARGIN,
|
|
|