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

Unified Diff: chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc

Issue 1494153002: This CL replaces e-mail with AccountId in easy signin code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 5 years 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/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc
index 5a6cb430f3ac177c8a6eaeea7af66a0ac3a27e43..81cff3e4370c3c43ba206dc63c8c7314d8d5dcd9 100644
--- a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc
@@ -398,8 +398,7 @@ void SupervisedUserCreationScreenHandler::HandleAuthenticateManager(
const AccountId manager_account_id = AccountId::FromUserEmailGaiaId(
gaia::SanitizeEmail(manager_raw_account_id.GetUserEmail()),
manager_raw_account_id.GetGaiaId());
- delegate_->AuthenticateManager(manager_account_id.GetUserEmail(),
- manager_password);
+ delegate_->AuthenticateManager(manager_account_id, manager_password);
}
// TODO(antrim) : this is an explicit code duplications with UserImageScreen.

Powered by Google App Engine
This is Rietveld 408576698