| 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 dc8cf6f5b82bcb31c69049779d3f49c4fce8b740..1f350c6a2f2db8588dbd6509799b2aa7c88be795 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_KEYGEN,
|
| CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC,
|
| CONTENT_SETTINGS_TYPE_AUTOPLAY,
|
| + CONTENT_SETTINGS_TYPE_PROMPT_NO_DECISION_COUNT,
|
|
|
| // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
|
| CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
|
|
|