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. |