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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_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/easy_unlock/easy_unlock_user_login_flow.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.h
index 0f069bb57055b0569291193a3c9f8e054aa7974a..34b1919f9ea8e0d12a53b09068da58d4c8232619 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.h
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.h
@@ -10,12 +10,14 @@
#include "base/macros.h"
#include "chrome/browser/chromeos/login/user_flow.h"
+class AccountId;
+
// Handler for login flow initiazted by Easy Signin login attempt.
// The only difference to the default login flow is hanlding of the auth
// failure.
class EasyUnlockUserLoginFlow : public chromeos::ExtendedUserFlow {
public:
- explicit EasyUnlockUserLoginFlow(const std::string& user_id);
+ explicit EasyUnlockUserLoginFlow(const AccountId& account_id);
~EasyUnlockUserLoginFlow() override;
private:

Powered by Google App Engine
This is Rietveld 408576698