| 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 6f6214e189aad10530f5d0c8e364094b6f8673de..d7584141be5b3c85efbc0a95535a443f41fa0b0b 100644
|
| --- a/components/content_settings/core/common/content_settings_types.h
|
| +++ b/components/content_settings/core/common/content_settings_types.h
|
| @@ -59,6 +59,10 @@ enum ContentSettingsType {
|
| // this content type, we instead share values with NOTIFICATIONS.
|
| CONTENT_SETTINGS_TYPE_PUSH_MESSAGING,
|
|
|
| + // This content setting type is for caching password protection service's
|
| + // verdicts of each origin.
|
| + CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION,
|
| +
|
| // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
|
| CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
|
| };
|
|
|