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

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

Issue 1696383002: Waterfall to use run-time flag WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "enable_features": [ "WebRTC-H264WithOpenH264FFmpeg" ] Created 4 years, 10 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 | testing/variations/fieldtrial_testing_config_linux.json » ('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 "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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "params": { 167 "params": {
168 "fetch_period_min": "30" 168 "fetch_period_min": "30"
169 } 169 }
170 } 170 }
171 ], 171 ],
172 "WebFontsIntervention": [ 172 "WebFontsIntervention": [
173 { 173 {
174 "group_name": "Enabled" 174 "group_name": "Enabled"
175 } 175 }
176 ], 176 ],
177 "WebRTC-H264WithOpenH264FFmpeg": [
178 {
179 "enable_features": [
180 "WebRTC-H264WithOpenH264FFmpeg"
181 ],
182 "group_name": "Enabled"
183 }
184 ],
177 "WebRTC-LocalIPPermissionCheck": [ 185 "WebRTC-LocalIPPermissionCheck": [
178 { 186 {
179 "group_name": "Enabled" 187 "group_name": "Enabled"
180 } 188 }
181 ], 189 ],
182 "WebRTC-PeerConnectionDTLS1.2": [ 190 "WebRTC-PeerConnectionDTLS1.2": [
183 { 191 {
184 "group_name": "Enabled" 192 "group_name": "Enabled"
185 } 193 }
186 ] 194 ]
187 } 195 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698