| Index: ui/views/window/dialog_delegate.h
|
| diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h
|
| index dc9f89a1aac7501fb8e8b77142ad013d864f2741..68b1f202e2f95118126092ee4f0ff935faec4f47 100644
|
| --- a/ui/views/window/dialog_delegate.h
|
| +++ b/ui/views/window/dialog_delegate.h
|
| @@ -109,9 +109,6 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
|
| // Returns whether this particular dialog should use the new dialog style.
|
| virtual bool UseNewStyleForThisDialog() const;
|
|
|
| - // Called when the window has been closed.
|
| - virtual void OnClosed() {}
|
| -
|
| // A helper for accessing the DialogClientView object contained by this
|
| // delegate's Window.
|
| const DialogClientView* GetDialogClientView() const;
|
|
|