diff options
Diffstat (limited to 'chrome/browser/views/select_profile_dialog.cc')
-rw-r--r-- | chrome/browser/views/select_profile_dialog.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/select_profile_dialog.cc b/chrome/browser/views/select_profile_dialog.cc index 3a5c6d2..b10c262 100644 --- a/chrome/browser/views/select_profile_dialog.cc +++ b/chrome/browser/views/select_profile_dialog.cc @@ -66,6 +66,10 @@ void SelectProfileDialog::Layout() { GetLayoutManager()->Layout(this); } +int SelectProfileDialog::GetDialogButtons() const { + return DIALOGBUTTON_OK | DIALOGBUTTON_CANCEL; +} + views::View* SelectProfileDialog::GetInitiallyFocusedView() { return profile_combobox_; } |