Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index c2f4eb44699d06cb9e6cc293b6ee1098092f45ac..955a72edc2b0e0f1deb5af7fe9fca9157fb416bb 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -606,6 +606,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| // Returns the bounds of work area in the screen that Widget belongs to. |
| gfx::Rect GetWorkAreaBoundsInScreen() const; |
| + // Notification that our owned parent is closing. |
| + virtual void OnOwnedParentClosing(); |
|
Ben Goodger (Google)
2012/04/26 02:34:54
owning parent?
or how about
OnOwnerClosing()?
|
| + |
| // Overridden from NativeWidgetDelegate: |
| virtual bool IsModal() const OVERRIDE; |
| virtual bool IsDialogBox() const OVERRIDE; |