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

Unified Diff: chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h

Issue 8553001: views: Add an Options enum to MessageBoxView control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 years, 1 month 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/app_modal_dialogs/native_app_modal_dialog.h
diff --git a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
index c97f5ad89c30eacee6b0dd315f6b085aa7c9dc0a..1c78a919eadde0c55dc286ede4c6a37305f64a2d 100644
--- a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
+++ b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
@@ -12,8 +12,8 @@ class JavaScriptAppModalDialog;
class NativeAppModalDialog {
public:
- // Returns the buttons to be shown. See MessageBoxFlags for a description of
- // the values.
+ // Returns the buttons to be shown. See JavascriptMessageType for a
+ // description of the values.
virtual int GetAppModalDialogButtons() const = 0;
sky 2011/12/01 16:42:02 This comment is wrong. Isn't this returning Dialog
tfarina 2011/12/01 17:52:58 Right. Comment reworded. Although it is working b
// Shows the dialog.

Powered by Google App Engine
This is Rietveld 408576698