| Index: chromeos/tpm_token_loader.cc
|
| diff --git a/chromeos/tpm_token_loader.cc b/chromeos/tpm_token_loader.cc
|
| index 55e088330263dbc13db161a9eedbec8b1ac0ad34..856df5f251311e43afb9803f7e81397a498f1b65 100644
|
| --- a/chromeos/tpm_token_loader.cc
|
| +++ b/chromeos/tpm_token_loader.cc
|
| @@ -123,7 +123,7 @@ bool TPMTokenLoader::IsTPMLoadingEnabled() const {
|
| // tests on Linux.
|
| // Treat TPM as disabled for guest users since they do not store certs.
|
| return initialized_for_test_ || (base::SysInfo::IsRunningOnChromeOS() &&
|
| - LoginState::Get()->IsGuestSessionUser());
|
| + !LoginState::Get()->IsGuestSessionUser());
|
| }
|
|
|
| void TPMTokenLoader::MaybeStartTokenInitialization() {
|
|
|