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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc

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: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
index b0ccf2600d5eb9979de6e968b1d2a460a8f03182..3da1f3ec7833c84103837b513e81d45b2ae1ee1e 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
@@ -143,7 +143,8 @@ bool SafeBrowsingBlockingPage::ShouldReportThreatDetails(
threat_type == SB_THREAT_TYPE_URL_MALWARE ||
threat_type == SB_THREAT_TYPE_URL_UNWANTED ||
threat_type == SB_THREAT_TYPE_CLIENT_SIDE_PHISHING_URL ||
- threat_type == SB_THREAT_TYPE_CLIENT_SIDE_MALWARE_URL;
+ threat_type == SB_THREAT_TYPE_CLIENT_SIDE_MALWARE_URL ||
+ threat_type == SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL;
}
SafeBrowsingBlockingPage::~SafeBrowsingBlockingPage() {

Powered by Google App Engine
This is Rietveld 408576698