| Index: chrome/browser/ui/views/constrained_window_views.h
|
| diff --git a/chrome/browser/ui/views/constrained_window_views.h b/chrome/browser/ui/views/constrained_window_views.h
|
| index 8db83a229fe2c3b1b95f8b5a86ff88846423cb75..e4a8acf26f5b34f8be431ea3b79bcc4e7aa7a3fb 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views.h
|
| +++ b/chrome/browser/ui/views/constrained_window_views.h
|
| @@ -51,7 +51,8 @@ class NativeConstrainedWindow {
|
| // ConstrainedWindowViews
|
| //
|
| // A ConstrainedWindow implementation that implements a Constrained Window as
|
| -// a child HWND with a custom window frame.
|
| +// a child HWND with a custom window frame. The ConstrainedWindowViews owns
|
| +// itself and will be deleted soon after being closed.
|
| //
|
| class ConstrainedWindowViews : public views::Widget,
|
| public ConstrainedWindow,
|
|
|