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

Unified Diff: chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.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_flow.h
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.h
index 678a5bba16551495af9c2619a0c954459c1c6553..0cda0855c7980a477542f1044ad46bef2f1d0a86 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.h
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.h
@@ -11,6 +11,7 @@
#include "chrome/browser/chromeos/login/user_flow.h"
#include "components/user_manager/user.h"
+class AccountId;
class Profile;
namespace chromeos {
@@ -18,7 +19,7 @@ namespace chromeos {
// UserFlow implementation for creating new supervised user.
class SupervisedUserCreationFlow : public ExtendedUserFlow {
public:
- explicit SupervisedUserCreationFlow(const std::string& manager_id);
+ explicit SupervisedUserCreationFlow(const AccountId& manager_id);
~SupervisedUserCreationFlow() override;
bool CanLockScreen() override;

Powered by Google App Engine
This is Rietveld 408576698