| 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 97c0d9b9f14841d6a336ef95950fabcc5c515571..d7c5619c743b23996e6d22fc9913df1257bf4646 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -71,7 +71,8 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
| TextButton* cancel_button() const { return cancel_button_; }
|
|
|
| // Creates a StyleParams struct in Chrome style (default is native style).
|
| - static StyleParams GetChromeStyleParams();
|
| + static StyleParams GetChromeStyleParams(int button_vedge_margin,
|
| + int button_hedge_margin);
|
|
|
| // Returns the number of pixels at the bottom of the dialog which are visually
|
| // part of the frame, but are actually rendered by the DialogClientView.
|
|
|