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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2890293004: Add the ability to check the CSD Whitelist asynchronously, for PhishGuard. (Closed)
Patch Set: Created 3 years, 7 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/safe_browsing_db/v4_protocol_manager_util.h
diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
index 882fb4a45cc993686ac8a829ba72cae56dd6dc29..1619fd5c298d601c7768fbc9c024870d9269f4dc 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.h
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h
@@ -115,6 +115,9 @@ enum SBThreatType {
// Activation patterns for the Subresource Filter.
SB_THREAT_TYPE_SUBRESOURCE_FILTER,
+
+ // CSD Phishing whitelist. This "threat" means a URL matched the whitelist.
+ SB_THREAT_TYPE_CSD_WHITELIST,
};
// The information required to uniquely identify each list the client is

Powered by Google App Engine
This is Rietveld 408576698