Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: components/content_settings/core/common/content_settings_types.h

Issue 2747313002: PasswordProtectionService verdict cache management (Closed)
Patch Set: fix build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698