| 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 5251c6c655b165481fc07734994e24c2d62fda12..0bda5bf39b722e55bcf901603b62e03554c49ace 100644
|
| --- a/components/content_settings/core/common/content_settings_types.h
|
| +++ b/components/content_settings/core/common/content_settings_types.h
|
| @@ -44,7 +44,9 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_APP_BANNER,
|
| CONTENT_SETTINGS_TYPE_SITE_ENGAGEMENT,
|
| CONTENT_SETTINGS_TYPE_DURABLE_STORAGE,
|
| - CONTENT_SETTINGS_NUM_TYPES,
|
| +
|
| + // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
|
| + CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
|
| };
|
|
|
| #endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_H_
|
|
|