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

Unified Diff: chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.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/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
index 3af31ea7b6ae4c62fc95acf1d5517e2b27f7cb37..7fcc42eb87cd1ae20f3a4858eba4fb76a239c0fe 100644
--- a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
@@ -32,7 +32,7 @@ class SupervisedUserCreationScreenHandler : public BaseScreenHandler {
// Starts supervised user creation flow, with manager identified by
// |manager_id| and |manager_password|.
- virtual void AuthenticateManager(const std::string& manager_id,
+ virtual void AuthenticateManager(const AccountId& manager_account_id,
const std::string& manager_password) = 0;
// Starts supervised user creation flow, with supervised user that would

Powered by Google App Engine
This is Rietveld 408576698