| Index: components/content_settings/core/common/content_settings_types.h
|
| diff --git a/components/content_settings/core/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h
|
| index e89357643200cd9d92965054159b215287ab04c1..dd251805002ef2c3ba57a98abb79b64b660dfaf2 100644
|
| --- a/components/content_settings/core/common/content_settings_types.h
|
| +++ b/components/content_settings/core/common/content_settings_types.h
|
| @@ -46,6 +46,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_PROMPT_NO_DECISION_COUNT,
|
| CONTENT_SETTINGS_TYPE_IMPORTANT_SITE_INFO,
|
| CONTENT_SETTINGS_TYPE_PERMISSION_AUTOBLOCKER_DATA,
|
| + CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER,
|
|
|
| // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
|
| CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
|
|
|