summaryrefslogtreecommitdiff
path: root/chromium/components/content_settings/core/common/content_settings_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/content_settings/core/common/content_settings_types.h')
-rw-r--r--chromium/components/content_settings/core/common/content_settings_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/content_settings/core/common/content_settings_types.h b/chromium/components/content_settings/core/common/content_settings_types.h
index d7584141be5..580a94ac8c6 100644
--- a/chromium/components/content_settings/core/common/content_settings_types.h
+++ b/chromium/components/content_settings/core/common/content_settings_types.h
@@ -50,6 +50,10 @@ enum ContentSettingsType {
CONTENT_SETTINGS_TYPE_PERMISSION_AUTOBLOCKER_DATA,
CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER,
+ // Website setting which stores metadata for the subresource filter to aid in
+ // decisions for whether or not to show the UI.
+ CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER_DATA,
+
// This is special-cased in the permissions layer to always allow, and as
// such doesn't have associated prefs data.
CONTENT_SETTINGS_TYPE_MIDI,