Commit 62c9bffb authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Commit Bot

Remove some old studies from the config.

This is because Windows has a command line size limit and too many
testing configs can result in the limit being hit.

See comment 5 on the bug for details on why these studies are candidates
for removal.

Bug: 1126640

Change-Id: I2cced4fc69b139458e5204eb2bc6f553101b6388
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402186Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#805576}
parent 9426d4c6
...@@ -5430,21 +5430,6 @@ ...@@ -5430,21 +5430,6 @@
] ]
} }
], ],
"ReaderModeUI": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "AdaBoost"
},
{
"name": "Disabled"
}
]
}
],
"RenderDocument": [ "RenderDocument": [
{ {
"platforms": [ "platforms": [
...@@ -5578,28 +5563,6 @@ ...@@ -5578,28 +5563,6 @@
] ]
} }
], ],
"ReportingAPIAndNetworkErrorLogging": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "ReportingAndNELEnabled",
"enable_features": [
"NetworkErrorLogging",
"Reporting"
]
}
]
}
],
"ResourceLoadingHints": [ "ResourceLoadingHints": [
{ {
"platforms": [ "platforms": [
...@@ -5665,21 +5628,6 @@ ...@@ -5665,21 +5628,6 @@
] ]
} }
], ],
"SSLCommonNameMismatchHandling": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled"
}
]
}
],
"SafeBrowsingAdPopupTrigger": [ "SafeBrowsingAdPopupTrigger": [
{ {
"platforms": [ "platforms": [
...@@ -5725,61 +5673,6 @@ ...@@ -5725,61 +5673,6 @@
] ]
} }
], ],
"SafeBrowsingAdSamplerTrigger": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "AdSampler_NormalRate",
"params": {
"safe_browsing_ad_sampler_frequency_denominator": "1000",
"trigger_type_and_quota_csv": "2,10"
},
"enable_features": [
"SafeBrowsingAdSamplerTrigger",
"SafeBrowsingTriggerThrottlerDailyQuota"
]
},
{
"name": "Control",
"disable_features": [
"SafeBrowsingAdSamplerTrigger",
"SafeBrowsingTriggerThrottlerDailyQuota"
]
},
{
"name": "Default"
}
]
}
],
"SafeBrowsingAndroid": [
{
"platforms": [
"android",
"android_weblayer"
],
"experiments": [
{
"name": "Enabled",
"params": {
"enabled": "true",
"types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
}
},
{
"name": "Control"
}
]
}
],
"SafeBrowsingDelayedWarnings": [ "SafeBrowsingDelayedWarnings": [
{ {
"platforms": [ "platforms": [
...@@ -5938,61 +5831,6 @@ ...@@ -5938,61 +5831,6 @@
] ]
} }
], ],
"SafeBrowsingSuspiciousSiteTrigger": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"params": {
"suspicious_site_trigger_quota": "10"
},
"enable_features": [
"SafeBrowsingSuspiciousSiteTriggerQuota"
]
},
{
"name": "Control",
"disable_features": [
"SafeBrowsingSuspiciousSiteTriggerQuota"
]
}
]
}
],
"SafeBrowsingThreatDomDetailsTagAttributes": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "AdIdentifiers",
"params": {
"tag_attribute_csv": "div,data-google-query-id,div,id,iframe,id"
},
"enable_features": [
"ThreatDomDetailsTagAttributes"
]
},
{
"name": "Default"
}
]
}
],
"SafetyCheckChromeCleanerChild": [ "SafetyCheckChromeCleanerChild": [
{ {
"platforms": [ "platforms": [
......
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