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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 741593002: If easy sign-in is set up, allow TPMTokenLoader to start before login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « no previous file | chrome/browser/signin/easy_unlock_service_signin_chromeos.cc » ('j') | crypto/nss_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 2fb3588e088422fea8c51d63d4d216273e1af04f..720bdab6ecfa9dde5c8c8771eb1c28d85e160203 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -431,6 +431,9 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
params->use_system_key_slot =
connector->GetUserAffiliation(user->email()) ==
policy::USER_AFFILIATION_MANAGED;
+ } else {
+ params->use_system_key_slot =
pneubeck (no reviews) 2014/12/02 11:56:47 use_system_key_slot=true has two effects: - trigg
+ chromeos::ProfileHelper::IsSigninProfile(profile);
}
}
#endif
« no previous file with comments | « no previous file | chrome/browser/signin/easy_unlock_service_signin_chromeos.cc » ('j') | crypto/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698