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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 1412813003: This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Fix Win GN build. Created 5 years, 1 month 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
Index: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index ea8d19661a404d925fb2f5392e641284dd64d307..d9c7a50388c2bd4ee3cdd89031ff510ac95c69d9 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -254,8 +254,8 @@ class ExistingUserController : public LoginDisplay::Delegate,
// Tests can use this to receive authentication status events.
AuthStatusConsumer* auth_status_consumer_;
- // Username of the last login attempt.
- std::string last_login_attempt_username_;
+ // AccountId of the last login attempt.
+ AccountId last_login_attempt_account_id_ = EmptyAccountId();
// OOBE/login display host.
LoginDisplayHost* host_;

Powered by Google App Engine
This is Rietveld 408576698