| Index: chrome/browser/safe_browsing/chrome_password_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/chrome_password_protection_service.cc b/chrome/browser/safe_browsing/chrome_password_protection_service.cc
|
| index 63168e7a331f686676b5cdad6f2d84817c6821d8..fdb621c097a03b03a5c60efe9c35a99e39e250f9 100644
|
| --- a/chrome/browser/safe_browsing/chrome_password_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/chrome_password_protection_service.cc
|
| @@ -148,7 +148,7 @@ void ChromePasswordProtectionService::ShowPhishingInterstitial(
|
| resource.url = phishing_url;
|
| resource.original_url = phishing_url;
|
| resource.is_subresource = false;
|
| - resource.threat_type = SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL;
|
| + resource.threat_type = SB_THREAT_TYPE_URL_PASSWORD_PROTECTION_PHISHING;
|
| resource.threat_source =
|
| safe_browsing::ThreatSource::PASSWORD_PROTECTION_SERVICE;
|
| resource.web_contents_getter =
|
|
|