| 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 4f39146e0e803a2daf736d7a15ed0d0076d6226d..6f949ad2f62167719150a67f8977a2758e48ea8d 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -46,6 +46,9 @@ class LayoutDelegate {
|
| UNRELATED_CONTROL_VERTICAL_SPACING,
|
| // Larger vertical spacing between unrelated controls.
|
| UNRELATED_CONTROL_VERTICAL_SPACING_LARGE,
|
| + // The maximum width, beyond which a button will not influence the widths of
|
| + // other buttons on a shared row.
|
| + BUTTON_MAX_SHARED_WIDTH,
|
| };
|
|
|
| enum class DialogWidth {
|
|
|