| Index: components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc
|
| diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc
|
| index 7e3fd08806d2b3b093a98296ffa60ce13eb2638d..51c16196644fcc8df560a968130a2a873e6d7530 100644
|
| --- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc
|
| +++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc
|
| @@ -96,8 +96,7 @@ void ContentSubresourceFilterDriverFactory::
|
| safe_browsing::ThreatPatternType::SOCIAL_ENGINEERING_ADS);
|
| } else if (GetCurrentActivationList() ==
|
| ActivationList::PHISHING_INTERSTITIAL) {
|
| - proceed =
|
| - (threat_type == safe_browsing::SB_THREAT_TYPE_CLIENT_SIDE_PHISHING_URL);
|
| + proceed = (threat_type == safe_browsing::SB_THREAT_TYPE_URL_PHISHING);
|
| }
|
| if (!proceed)
|
| return;
|
|
|