| 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 1e8ced11c77d3fd1d7908a372c303f2060a5c3ed..b9f0e979a3274fe0490456e5da1fb6322b602d14 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -47,6 +47,7 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
|
|
| // ClientView implementation:
|
| virtual bool CanClose() OVERRIDE;
|
| + virtual void WidgetClosing() OVERRIDE;
|
| virtual DialogClientView* AsDialogClientView() OVERRIDE;
|
| virtual const DialogClientView* AsDialogClientView() const OVERRIDE;
|
|
|
|
|