Skip to content

Commit

Permalink
Default to Enabled for FilterAdsOnAbusiveSites
Browse files Browse the repository at this point in the history
Bug: 891888
Change-Id: Ie782dc79d631c524cdd97bd4a59ca9d7a87d277e
Reviewed-on: https://chromium-review.googlesource.com/c/1361620
Reviewed-by: Charlie Harrison <csharrison@chromium.org>
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613624}
  • Loading branch information
yaoxiachromium authored and Commit Bot committed Dec 4, 2018
1 parent 8741be2 commit 132ed6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const base::Feature kSafeBrowsingSubresourceFilterConsiderRedirects{
"SubresourceFilterConsiderRedirects", base::FEATURE_DISABLED_BY_DEFAULT};

const base::Feature kFilterAdsOnAbusiveSites{"FilterAdsOnAbusiveSites",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

// Legacy name `activation_state` is used in variation parameters.
const char kActivationLevelParameterName[] = "activation_state";
Expand Down

0 comments on commit 132ed6a

Please sign in to comment.