| 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 1c6c5cdccf28ca4ad329065b5cf4eef2210fd4ce..340d21d12cbb65134370688048b00a4e3fa7338e 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -287,7 +287,11 @@ INSTANTIATE_TEST_CASE_P(
|
| PolicyAndPref(key::kGDataDisabledOverCellular,
|
| prefs::kDisableGDataOverCellular),
|
| PolicyAndPref(key::kExternalStorageDisabled,
|
| - prefs::kExternalStorageDisabled)));
|
| + prefs::kExternalStorageDisabled),
|
| + PolicyAndPref(key::kAudioOutputAllowed,
|
| + prefs::kAudioOutputAllowed),
|
| + PolicyAndPref(key::kAudioCaptureAllowed,
|
| + prefs::kAudioCaptureAllowed)));
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Test cases for integer-valued policy settings.
|
|
|