Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2876463005: New bisect for crbug.com/706941. [AA_BackgroundVideoOptimizations]
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/perf/core/trybot_command.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "platforms": [ 251 "platforms": [
252 "android", 252 "android",
253 "chromeos", 253 "chromeos",
254 "linux", 254 "linux",
255 "mac", 255 "mac",
256 "win" 256 "win"
257 ], 257 ],
258 "experiments": [ 258 "experiments": [
259 { 259 {
260 "name": "BackgroundOptimizationEnabled5sOrLess", 260 "name": "BackgroundOptimizationEnabled5sOrLess",
261 "params": {
262 "max_keyframe_distance_ms": "5000"
263 },
264 "enable_features": [ 261 "enable_features": [
265 "BackgroundVideoTrackOptimization" 262 "BackgroundVideoTrackOptimization"
266 ] 263 ]
267 } 264 }
268 ] 265 ]
269 } 266 }
270 ], 267 ],
271 "BrowserBlacklist": [ 268 "BrowserBlacklist": [
272 { 269 {
273 "platforms": [ 270 "platforms": [
(...skipping 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 { 3067 {
3071 "name": "Enabled", 3068 "name": "Enabled",
3072 "enable_features": [ 3069 "enable_features": [
3073 "use-new-media-cache" 3070 "use-new-media-cache"
3074 ] 3071 ]
3075 } 3072 }
3076 ] 3073 ]
3077 } 3074 }
3078 ] 3075 ]
3079 } 3076 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/core/trybot_command.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698