| 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..b8beb0ba5d8f63e86dfb63a7b1b25955b3d3387f 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -96,13 +96,10 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
| // Returns the height of the row containing the buttons and the extra view.
|
| int GetButtonsAndExtraViewRowHeight() const;
|
|
|
| - // Returns the insets for the buttons and extra view.
|
| + // Returns the insets for the buttons and extra view, including the vertical
|
| + // padding between them and the contents view.
|
| gfx::Insets GetButtonRowInsets() const;
|
|
|
| - // Returns the vertical padding to place between the contents view and the
|
| - // buttons/extra view.
|
| - int GetButtonsAndExtraViewRowTopPadding() const;
|
| -
|
| // How much to inset the button row.
|
| gfx::Insets button_row_insets_;
|
|
|
|
|