Commit f752d0e5 authored by Varun Khaneja's avatar Varun Khaneja Committed by Commit Bot

Change quota for AdRedirect and AdPopup triggers from 5 to 10

R=drubery
TBR=holte (since http://cl/261944627)

Bug: 965587
Change-Id: Ic8a8c8a05be012bae3bf375d511399eba47c1ed5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1739588
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Auto-Submit: Varun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684414}
parent a58ba7dd
...@@ -4519,7 +4519,7 @@ ...@@ -4519,7 +4519,7 @@
{ {
"name": "Enabled", "name": "Enabled",
"params": { "params": {
"ad_popup_trigger_quota": "5" "ad_popup_trigger_quota": "10"
}, },
"enable_features": [ "enable_features": [
"SafeBrowsingAdPopupTrigger" "SafeBrowsingAdPopupTrigger"
...@@ -4541,7 +4541,7 @@ ...@@ -4541,7 +4541,7 @@
{ {
"name": "Enabled", "name": "Enabled",
"params": { "params": {
"ad_redirect_trigger_quota": "5" "ad_redirect_trigger_quota": "10"
}, },
"enable_features": [ "enable_features": [
"SafeBrowsingAdRedirectTrigger" "SafeBrowsingAdRedirectTrigger"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment