Index: components/content_settings/core/browser/content_settings_registry.cc |
diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc |
index 890006d2b45d01546c43ec765ce6fdfe47e244a7..ee738a6e30acdd600ef776d4744536739fbd7676 100644 |
--- a/components/content_settings/core/browser/content_settings_registry.cc |
+++ b/components/content_settings/core/browser/content_settings_registry.cc |
@@ -279,6 +279,13 @@ void ContentSettingsRegistry::Init() { |
WhitelistedSchemes(), ValidSettings(), |
WebsiteSettingsInfo::TOP_LEVEL_DOMAIN_ONLY_SCOPE, |
ContentSettingsInfo::INHERIT_IN_INCOGNITO); |
+ |
+ Register(CONTENT_SETTINGS_TYPE_BLUETOOTH_GUARD, "bluetooth-guard", |
+ CONTENT_SETTING_ASK, WebsiteSettingsInfo::UNSYNCABLE, |
+ WhitelistedSchemes(), |
+ ValidSettings(CONTENT_SETTING_ASK, CONTENT_SETTING_BLOCK), |
+ WebsiteSettingsInfo::REQUESTING_ORIGIN_AND_TOP_LEVEL_ORIGIN_SCOPE, |
+ ContentSettingsInfo::INHERIT_IN_INCOGNITO); |
} |
void ContentSettingsRegistry::Register( |