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

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: Rebase. 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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 { 494 {
495 "group_name": "none" 495 "group_name": "none"
496 }, 496 },
497 { 497 {
498 "group_name": "normal" 498 "group_name": "normal"
499 }, 499 },
500 { 500 {
501 "group_name": "aggressive" 501 "group_name": "aggressive"
502 } 502 }
503 ], 503 ],
504 "VarationsServiceControl": [
505 {
506 "group_name": "Interval_30min",
507 "params": {
508 "fetch_period_min": "30"
509 }
510 }
511 ],
512 "WebFontsInterventionV2": [ 504 "WebFontsInterventionV2": [
513 { 505 {
514 "group_name": "Enabled-slow2g" 506 "group_name": "Enabled-slow2g"
515 } 507 }
516 ], 508 ],
517 "WebRTC-EnableWebRtcEcdsa": [ 509 "WebRTC-EnableWebRtcEcdsa": [
518 { 510 {
519 "enable_features": [ 511 "enable_features": [
520 "WebRTC-EnableWebRtcEcdsa" 512 "WebRTC-EnableWebRtcEcdsa"
521 ], 513 ],
(...skipping 20 matching lines...) Expand all
542 ], 534 ],
543 "use-new-media-cache": [ 535 "use-new-media-cache": [
544 { 536 {
545 "enable_features": [ 537 "enable_features": [
546 "use-new-media-cache" 538 "use-new-media-cache"
547 ], 539 ],
548 "group_name": "Enabled" 540 "group_name": "Enabled"
549 } 541 }
550 ] 542 ]
551 } 543 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698