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

Unified Diff: chromeos/cryptohome/cryptohome_parameters.cc

Issue 2529103002: Add account_type into AccountId (Closed)
Patch Set: Fix MultiUserWindowManagerChromeOSTest.* Created 4 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: chromeos/cryptohome/cryptohome_parameters.cc
diff --git a/chromeos/cryptohome/cryptohome_parameters.cc b/chromeos/cryptohome/cryptohome_parameters.cc
index 9ce9c917de6459108320a22d95615be724e16ed0..f33c8b0491747d19fd22d5a3655b55287c4628d1 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 */, AccountType::UNKNOWN);
}
KeyDefinition::AuthorizationData::Secret::Secret() : encrypt(false),

Powered by Google App Engine
This is Rietveld 408576698