Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: chrome/browser/ui/views/constrained_window_views.h

Issue 10828166: media galleries config dialog on views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698