| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index cbae94c49150976daea87beb1a9ca1efbfd16644..60d8827bb3018752bf973b69d659e00e4c16168c 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -765,6 +765,7 @@ void ProfileChooserView::ResetView() {
|
| delete_account_button_map_.clear();
|
| reauth_account_button_map_.clear();
|
| manage_accounts_link_ = nullptr;
|
| + manage_accounts_button_ = nullptr;
|
| signin_current_profile_button_ = nullptr;
|
| auth_error_email_button_ = nullptr;
|
| current_profile_photo_ = nullptr;
|
|
|