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

Unified Diff: chromeos/cryptohome/cryptohome_parameters.cc

Issue 2529103002: Add account_type into AccountId (Closed)
Patch Set: Created 4 years, 1 month 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: chromeos/cryptohome/cryptohome_parameters.cc
diff --git a/chromeos/cryptohome/cryptohome_parameters.cc b/chromeos/cryptohome/cryptohome_parameters.cc
index 9ce9c917de6459108320a22d95615be724e16ed0..2e09c2400dfbbd027af910c8cc335c6b54bc4ed2 100644
--- a/chromeos/cryptohome/cryptohome_parameters.cc
+++ b/chromeos/cryptohome/cryptohome_parameters.cc
@@ -67,8 +67,8 @@ AccountId Identification::GetAccountId() const {
}
}
- return user_manager::known_user::GetAccountId(id_,
- std::string() /* gaia_id */);
+ return user_manager::known_user::GetAccountId(
+ id_, std::string() /* gaia_id */, std::string() /* account_type */);
}
KeyDefinition::AuthorizationData::Secret::Secret() : encrypt(false),

Powered by Google App Engine
This is Rietveld 408576698