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

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: more 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..e3138df741ebd85ee37f33c2a5eb90ed4acc6cf5 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,7 +12,7 @@ class JavaScriptAppModalDialog;
class NativeAppModalDialog {
public:
- // Returns the buttons to be shown. See MessageBoxFlags for a description of
+ // Returns the buttons to be shown. See MessageBoxType for a description of
// the values.
virtual int GetAppModalDialogButtons() const = 0;

Powered by Google App Engine
This is Rietveld 408576698