Commit fcf9348a authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Commit Bot

Remove some studies from the config file.

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

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

Bug: 1126640

Change-Id: Id33a88a789bb1322519f11b3e861c3cbe93280db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401703Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#805568}
parent 3739f881
...@@ -2288,21 +2288,6 @@ ...@@ -2288,21 +2288,6 @@
] ]
} }
], ],
"EnableMediaRouter": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled"
}
]
}
],
"EnableNewBadgeOnMenuItems": [ "EnableNewBadgeOnMenuItems": [
{ {
"platforms": [ "platforms": [
...@@ -2398,27 +2383,6 @@ ...@@ -2398,27 +2383,6 @@
] ]
} }
], ],
"ExpectCTReporting": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "ExpectCTReportingEnabled",
"enable_features": [
"ExpectCTReporting"
]
}
]
}
],
"ExploreSitesDense": [ "ExploreSitesDense": [
{ {
"platforms": [ "platforms": [
...@@ -2439,18 +2403,6 @@ ...@@ -2439,18 +2403,6 @@
] ]
} }
], ],
"ExtensionContentVerification": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "EnforceStrict"
}
]
}
],
"ExtensionInstallVerification": [ "ExtensionInstallVerification": [
{ {
"platforms": [ "platforms": [
...@@ -2481,24 +2433,6 @@ ...@@ -2481,24 +2433,6 @@
] ]
} }
], ],
"ExtensionsToolbarMenu": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ExtensionsToolbarMenu"
]
}
]
}
],
"FeedActionsUpload": [ "FeedActionsUpload": [
{ {
"platforms": [ "platforms": [
...@@ -2521,26 +2455,6 @@ ...@@ -2521,26 +2455,6 @@
] ]
} }
], ],
"FilterAdsOnAbusiveSites": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"FilterAdsOnAbusiveSites"
]
}
]
}
],
"FindInPageBestEffortPriority": [ "FindInPageBestEffortPriority": [
{ {
"platforms": [ "platforms": [
...@@ -2602,27 +2516,6 @@ ...@@ -2602,27 +2516,6 @@
] ]
} }
], ],
"FontSrcLocalMatching": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"FontSrcLocalMatching"
]
}
]
}
],
"FormControlsDarkMode": [ "FormControlsDarkMode": [
{ {
"platforms": [ "platforms": [
...@@ -2862,23 +2755,6 @@ ...@@ -2862,23 +2755,6 @@
] ]
} }
], ],
"GpuUseDisplayThreadPriority": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"BlinkCompositorUseDisplayThreadPriority",
"GpuProcessHighPriorityWin",
"GpuUseDisplayThreadPriority"
]
}
]
}
],
"GpuWatchdogV2NewTimeout": [ "GpuWatchdogV2NewTimeout": [
{ {
"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