| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index c34751993693d773ab4b804bb61c93e5bca5f444..5ef315ba8d89a5e076f7baa756f9c2c900794434 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -219,6 +219,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // Returns the margins that should be applied around a bubble dialog.
|
| virtual gfx::Insets GetBubbleDialogMargins() const;
|
|
|
| + // Returns the default minimum width of a dialog button.
|
| + virtual int GetDialogButtonMinimumWidth() const;
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|