Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 2142053002: Addressed use-of-uninitialized-value bug for manage_accounts_button_ on L1044 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698