| Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| index f91c87e3d1b1e35a1f13c90eaa3289b9e0e4696d..507c118b0534c33029c7c6f003f379980ee88d0b 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -308,7 +308,9 @@ INSTANTIATE_TEST_CASE_P(
|
| PolicyAndPref(key::kAudioOutputAllowed,
|
| prefs::kAudioOutputAllowed),
|
| PolicyAndPref(key::kAudioCaptureAllowed,
|
| - prefs::kAudioCaptureAllowed)));
|
| + prefs::kAudioCaptureAllowed),
|
| + PolicyAndPref(key::kAttestationEnabledForUser,
|
| + prefs::kAttestationEnabled)));
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Test cases for integer-valued policy settings.
|
|
|