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

Unified Diff: components/safe_browsing_db/hit_report.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/hit_report.h
diff --git a/components/safe_browsing_db/hit_report.h b/components/safe_browsing_db/hit_report.h
index 4fecc44c9fa137d78bc3ac3ab13684552e8c18be..9df6a900bf8ca4fe5e8b041f50e07fb48f15683f 100644
--- a/components/safe_browsing_db/hit_report.h
+++ b/components/safe_browsing_db/hit_report.h
@@ -21,6 +21,7 @@ enum class ThreatSource {
LOCAL_PVER4, // From V4LocalDatabaseManager, protocol v4
REMOTE, // From RemoteSafeBrowsingDatabaseManager
CLIENT_SIDE_DETECTION, // From ClientSideDetectionHost
+ PASSWORD_PROTECTION_SERVICE, // From PasswordProtectionService
};
// Data to report about the contents of a particular threat (malware, phishing,

Powered by Google App Engine
This is Rietveld 408576698