Chromium Code Reviews| 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 |