| 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..845c9d989074522aba55bba38c7074e4b27a03cd 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::kAudioOutputDisabled,
|
| + prefs::kAudioOutputDisabled),
|
| + PolicyAndPref(key::kAudioCaptureDisabled,
|
| + prefs::kAudioCaptureDisabled)));
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Test cases for integer-valued policy settings.
|
|
|