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

Unified Diff: chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h

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: Bugfix in original easy unlock code' 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/chromeos/login/supervised/supervised_user_creation_screen.h
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
index d51a8edb7246685ba84a066d758aad8cf0f72063..6c975d9c9db558f71c09fc9b1aa702b17f49a725 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
@@ -88,7 +88,7 @@ class SupervisedUserCreationScreen
void ImportSupervisedUser(const std::string& user_id) override;
void ImportSupervisedUserWithPassword(const std::string& user_id,
const std::string& password) override;
- void AuthenticateManager(const std::string& manager_id,
+ void AuthenticateManager(const AccountId& manager_id,
const std::string& manager_password) override;
void AbortFlow() override;
void FinishFlow() override;

Powered by Google App Engine
This is Rietveld 408576698