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..2f1fc2141f54ab635e0c0fa910d6737a8f7dee6d 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 |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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 ui::DialogButton for which buttons can |
+ // be returned. |
virtual int GetAppModalDialogButtons() const = 0; |
// Shows the dialog. |