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

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

Issue 2321273002: Enable MediaFoundationH264Encoding on waterfall (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 } 180 }
181 ], 181 ],
182 "MaterialDesignUserManager": [ 182 "MaterialDesignUserManager": [
183 { 183 {
184 "enable_features": [ 184 "enable_features": [
185 "MaterialDesignUserManager" 185 "MaterialDesignUserManager"
186 ], 186 ],
187 "group_name": "Enabled" 187 "group_name": "Enabled"
188 } 188 }
189 ], 189 ],
190 "MediaFoundationH264Encoding": [
191 {
192 "group_name": "Enabled"
193 }
194 ],
190 "MojoChannel": [ 195 "MojoChannel": [
191 { 196 {
192 "group_name": "Enabled" 197 "group_name": "Enabled"
193 } 198 }
194 ], 199 ],
195 "NetworkQualityEstimator": [ 200 "NetworkQualityEstimator": [
196 { 201 {
197 "group_name": "Enabled", 202 "group_name": "Enabled",
198 "params": { 203 "params": {
199 "2G.DefaultMedianKbps": "81", 204 "2G.DefaultMedianKbps": "81",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ], 595 ],
591 "use-new-media-cache": [ 596 "use-new-media-cache": [
592 { 597 {
593 "enable_features": [ 598 "enable_features": [
594 "use-new-media-cache" 599 "use-new-media-cache"
595 ], 600 ],
596 "group_name": "Enabled" 601 "group_name": "Enabled"
597 } 602 }
598 ] 603 ]
599 } 604 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698