| 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 9841b67c9e3f24dfff94c554e74ac90936bda2eb..e37879f86ed5e5433edaf45c5a8b4f31ef58058a 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -12,6 +12,10 @@ class LayoutDelegate {
|
| enum class Metric {
|
| // Padding on the left and right side of a button's label.
|
| BUTTON_HORIZONTAL_PADDING,
|
| + // The maximum width a button can have and still influence the sizes of
|
| + // other linked buttons. This allows short buttons to have linked widths
|
| + // without long buttons making things overly wide.
|
| + BUTTON_MAX_LINKABLE_WIDTH,
|
| // Default minimum width of a button.
|
| BUTTON_MINIMUM_WIDTH,
|
| // Margin between the edge of a dialog and the left, right, or bottom of a
|
|
|