| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 4ef9dd7b41539722d9b224af1f9f09bd2eb481bd..7d61c8c5730512391d2af4256ef530a23000a130 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -193,6 +193,13 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // Returns a blocking pool task runner given a TaskRunnerType.
|
| virtual scoped_refptr<base::TaskRunner> GetBlockingPoolTaskRunner();
|
|
|
| + // Returns the insets that should be applied around a DialogClientView.
|
| + virtual gfx::Insets GetDialogButtonInsets();
|
| +
|
| + // Returns the spacing between a pair of related horizontal buttons, used for
|
| + // dialog layout.
|
| + virtual int GetDialogRelatedButtonHorizontalSpacing();
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|