| Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| index 129ad70531e9ec7825244309ab3fc84032373c5a..03859c5663870241bf9ddc2a9ed2c28cf4ceb6c8 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| @@ -332,6 +332,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
|
| { key::kRestrictSigninToPattern,
|
| prefs::kGoogleServicesUsernamePattern,
|
| base::Value::TYPE_STRING },
|
| + { key::kDefaultWebBluetoothGuardSetting,
|
| + prefs::kManagedDefaultWebBluetoothGuardSetting,
|
| + base::Value::TYPE_INTEGER },
|
| { key::kDefaultMediaStreamSetting,
|
| prefs::kManagedDefaultMediaStreamSetting,
|
| base::Value::TYPE_INTEGER },
|
|
|