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

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: Update after review. Created 5 years, 2 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
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..02673492b4444576a09e8bd25a1e0966d830d85a 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -255,7 +255,7 @@ class ExistingUserController : public LoginDisplay::Delegate,
AuthStatusConsumer* auth_status_consumer_;
// Username of the last login attempt.
achuithb 2015/10/28 23:11:45 AccountId
Alexander Alekseev 2015/10/29 02:00:40 Done.
- std::string last_login_attempt_username_;
+ AccountId last_login_attempt_account_id_ = EmptyAccountId();
// OOBE/login display host.
LoginDisplayHost* host_;

Powered by Google App Engine
This is Rietveld 408576698