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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 { 453 {
454 "group_name": "none" 454 "group_name": "none"
455 }, 455 },
456 { 456 {
457 "group_name": "normal" 457 "group_name": "normal"
458 }, 458 },
459 { 459 {
460 "group_name": "aggressive" 460 "group_name": "aggressive"
461 } 461 }
462 ], 462 ],
463 "VarationsServiceControl": [
464 {
465 "group_name": "Interval_30min",
466 "params": {
467 "fetch_period_min": "30"
468 }
469 }
470 ],
471 "WebRTC-EnableWebRtcEcdsa": [ 463 "WebRTC-EnableWebRtcEcdsa": [
472 { 464 {
473 "enable_features": [ 465 "enable_features": [
474 "WebRTC-EnableWebRtcEcdsa" 466 "WebRTC-EnableWebRtcEcdsa"
475 ], 467 ],
476 "group_name": "Enabled" 468 "group_name": "Enabled"
477 } 469 }
478 ], 470 ],
479 "WebRTC-H264WithOpenH264FFmpeg": [ 471 "WebRTC-H264WithOpenH264FFmpeg": [
480 { 472 {
(...skipping 15 matching lines...) Expand all
496 ], 488 ],
497 "use-new-media-cache": [ 489 "use-new-media-cache": [
498 { 490 {
499 "enable_features": [ 491 "enable_features": [
500 "use-new-media-cache" 492 "use-new-media-cache"
501 ], 493 ],
502 "group_name": "Enabled" 494 "group_name": "Enabled"
503 } 495 }
504 ] 496 ]
505 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698