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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2905343002: Show interstitial on a password on focus ping with PHISHING verdict. (Closed)
Patch Set: nit 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 1619fd5c298d601c7768fbc9c024870d9269f4dc..54b522503d8cafe7b5719aaeaf238b389b907a9a 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.h
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h
@@ -118,6 +118,9 @@ enum SBThreatType {
// CSD Phishing whitelist. This "threat" means a URL matched the whitelist.
SB_THREAT_TYPE_CSD_WHITELIST,
+
+ // Url detected by password protection service.
+ SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL,
};
// The information required to uniquely identify each list the client is
« no previous file with comments | « components/safe_browsing_db/hit_report.h ('k') | components/security_interstitials/content/unsafe_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698