Index: components/content_settings/core/browser/website_settings_registry.cc |
diff --git a/components/content_settings/core/browser/website_settings_registry.cc b/components/content_settings/core/browser/website_settings_registry.cc |
index 1cfb54413831fd52855e2ad9e0294ac255e1b523..e019486763dca4002ecc60b4008ba6c4bcc4a622 100644 |
--- a/components/content_settings/core/browser/website_settings_registry.cc |
+++ b/components/content_settings/core/browser/website_settings_registry.cc |
@@ -165,6 +165,11 @@ void WebsiteSettingsRegistry::Init() { |
WebsiteSettingsInfo::UNSYNCABLE, WebsiteSettingsInfo::NOT_LOSSY, |
WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE, |
DESKTOP | PLATFORM_ANDROID, WebsiteSettingsInfo::INHERIT_IN_INCOGNITO); |
+ Register(CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER_DATA, |
+ "subresource-filter-data", nullptr, WebsiteSettingsInfo::UNSYNCABLE, |
+ WebsiteSettingsInfo::LOSSY, |
+ WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE, PLATFORM_ANDROID, |
+ WebsiteSettingsInfo::INHERIT_IN_INCOGNITO); |
} |
} // namespace content_settings |