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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.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: 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/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h b/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
index c2ea90f3b1f5c1c1127379be03bbeea6d6546998..2317a1c6811bae52cc8bc97a604b01b9fe6ec3f0 100644
--- a/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
+++ b/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
@@ -17,6 +17,8 @@
#include "chromeos/login/auth/user_context.h"
#include "google_apis/gaia/gaia_oauth_client.h"
+class AccountId;
+
namespace chromeos {
// Performs initialization work for adding a new account via Easy bootstrap.
@@ -52,7 +54,7 @@ class BootstrapUserContextInitializer final
const EasyUnlockDeviceKeyDataList& data_list);
void OnEasyUnlockAuthenticated(EasyUnlockAuthAttempt::Type auth_attempt_type,
bool success,
- const std::string& user_id,
+ const AccountId& account_id,
const std::string& key_secret,
const std::string& key_label);
void CreateRandomKey();

Powered by Google App Engine
This is Rietveld 408576698