summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/new_profile_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/new_profile_dialog.h')
-rw-r--r--chrome/browser/views/new_profile_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/new_profile_dialog.h b/chrome/browser/views/new_profile_dialog.h
index d4d25e1..868480e 100644
--- a/chrome/browser/views/new_profile_dialog.h
+++ b/chrome/browser/views/new_profile_dialog.h
@@ -30,8 +30,9 @@ class NewProfileDialog : public views::DialogDelegate,
// views::DialogDelegate methods.
virtual bool Accept();
+ virtual int GetDialogButtons() const;
virtual views::View* GetInitiallyFocusedView();
- virtual bool IsDialogButtonEnabled(MessageBox::DialogButton button) const;
+ virtual bool IsDialogButtonEnabled(DialogButton button) const;
virtual std::wstring GetWindowTitle() const;
virtual void DeleteDelegate();