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

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

Issue 2223263002: Change variations service domain for Android Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 { 284 {
285 "group_name": "none" 285 "group_name": "none"
286 }, 286 },
287 { 287 {
288 "group_name": "normal" 288 "group_name": "normal"
289 }, 289 },
290 { 290 {
291 "group_name": "aggressive" 291 "group_name": "aggressive"
292 } 292 }
293 ], 293 ],
294 "VarationsServiceControl": [
295 {
296 "group_name": "Interval_30min",
297 "params": {
298 "fetch_period_min": "30"
299 }
300 }
301 ],
302 "WebRTC-EnableWebRtcEcdsa": [ 294 "WebRTC-EnableWebRtcEcdsa": [
303 { 295 {
304 "enable_features": [ 296 "enable_features": [
305 "WebRTC-EnableWebRtcEcdsa" 297 "WebRTC-EnableWebRtcEcdsa"
306 ], 298 ],
307 "group_name": "Enabled" 299 "group_name": "Enabled"
308 } 300 }
309 ], 301 ],
310 "WebRTC-H264WithOpenH264FFmpeg": [ 302 "WebRTC-H264WithOpenH264FFmpeg": [
311 { 303 {
(...skipping 15 matching lines...) Expand all
327 ], 319 ],
328 "use-new-media-cache": [ 320 "use-new-media-cache": [
329 { 321 {
330 "enable_features": [ 322 "enable_features": [
331 "use-new-media-cache" 323 "use-new-media-cache"
332 ], 324 ],
333 "group_name": "Enabled" 325 "group_name": "Enabled"
334 } 326 }
335 ] 327 ]
336 } 328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698