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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h

Issue 11633052: Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use gtk_widget_get_toplevel for GetNativeWindow Created 7 years, 12 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/cocoa/constrained_window/constrained_window_alert.h
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h
index a4b4f182ced66354bc2c7a75bcebedf7dc0674f7..899e6cf858c508fc769e849a828d095d64a44ebd 100644
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h
@@ -11,7 +11,7 @@
// This class implements an alert that has a constrained window look and feel
// (close button on top right, WebUI style buttons, etc...). To use this class
-// subclass ConstrainedWindow and create an instance of this class.
+// subclass WebContentsModalDialog and create an instance of this class.
// The alert can be shown by using the window accessor and calling
// -[window orderFont:]. Normally this would be done by
// ConstrainedWindowSheetController.

Powered by Google App Engine
This is Rietveld 408576698