| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 950bb102b0a7d924084312f684696b2480bc37df..200b1a85a33884f6af1c74f1d43fb4675937db30 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -209,6 +209,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // dialog layout.
|
| virtual int GetDialogRelatedControlVerticalSpacing();
|
|
|
| + // Returns the minimum size of a dialog button.
|
| + virtual int GetDialogButtonMinimumWidth();
|
| +
|
| // Returns the insets that should be applied around a dialog's frame view.
|
| virtual gfx::Insets GetDialogFrameViewInsets();
|
|
|
|
|