| Index: chrome/browser/subresource_filter/chrome_subresource_filter_client.cc
|
| diff --git a/chrome/browser/subresource_filter/chrome_subresource_filter_client.cc b/chrome/browser/subresource_filter/chrome_subresource_filter_client.cc
|
| index 6c1a9d1fe4f59de1b3188d23ac429add34981628..cbb4b0b337751ee8f93a33d54d2af3fa4000528d 100644
|
| --- a/chrome/browser/subresource_filter/chrome_subresource_filter_client.cc
|
| +++ b/chrome/browser/subresource_filter/chrome_subresource_filter_client.cc
|
| @@ -129,7 +129,7 @@ bool ChromeSubresourceFilterClient::OnPageActivationComputed(
|
|
|
| // Return whether the activation should be whitelisted.
|
| return whitelisted_hosts_.count(url.host()) ||
|
| - settings_manager_->GetSitePermission(url) == CONTENT_SETTING_BLOCK;
|
| + settings_manager_->GetSitePermission(url) == CONTENT_SETTING_ALLOW;
|
| // TODO(csharrison): Consider setting the metadata to an empty dict here if
|
| // the site is activated and not whitelisted. Need to be careful about various
|
| // edge cases like |should_suppress_notification| and DRYRUN activation.
|
|
|