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

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

Issue 2353163002: Enable MediaFoundationH264Encoding feature (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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "MaterialDesignUserManager": [ 190 "MaterialDesignUserManager": [
191 { 191 {
192 "enable_features": [ 192 "enable_features": [
193 "MaterialDesignUserManager" 193 "MaterialDesignUserManager"
194 ], 194 ],
195 "group_name": "Enabled" 195 "group_name": "Enabled"
196 } 196 }
197 ], 197 ],
198 "MediaFoundationH264Encoding": [ 198 "MediaFoundationH264Encoding": [
199 { 199 {
200 "enable_features": [
201 "MediaFoundationH264Encoding"
202 ],
200 "group_name": "Enabled" 203 "group_name": "Enabled"
201 } 204 }
202 ], 205 ],
203 "MojoChannel": [ 206 "MojoChannel": [
204 { 207 {
205 "group_name": "Enabled" 208 "group_name": "Enabled"
206 } 209 }
207 ], 210 ],
208 "NetworkQualityEstimator": [ 211 "NetworkQualityEstimator": [
209 { 212 {
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 634 ],
632 "use-new-media-cache": [ 635 "use-new-media-cache": [
633 { 636 {
634 "enable_features": [ 637 "enable_features": [
635 "use-new-media-cache" 638 "use-new-media-cache"
636 ], 639 ],
637 "group_name": "Enabled" 640 "group_name": "Enabled"
638 } 641 }
639 ] 642 ]
640 } 643 }
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