| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 5eb8009683409cc9e71b271ef12c4708dc0b796b..0e0da3468e0dde6a8b7c1291adb2f746f2442394 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -202,6 +202,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // dialog layout.
|
| virtual int GetDialogRelatedButtonHorizontalSpacing();
|
|
|
| + // Returns the insets that should be applied around a dialog's frame view.
|
| + virtual gfx::Insets GetDialogFrameViewInsets();
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|