| Index: ui/views/window/dialog_client_view.h
|
| diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
|
| index 1d2b3de3b92d455dd4d486c9552c7fdec7125eb2..d1b4c1d00e7e54c682eecf36523d740a62c7e707 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -74,6 +74,9 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
| // Create and add the extra view, if supplied by the delegate.
|
| void CreateExtraView();
|
|
|
| + // Returns the minimum width for a dialog button.
|
| + int GetButtonMinimumWidth() const;
|
| +
|
| // View implementation.
|
| void ChildPreferredSizeChanged(View* child) override;
|
| void ChildVisibilityChanged(View* child) override;
|
|
|