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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
OLDNEW
1 { 1 {
2 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 { 561 {
562 "group_name": "none" 562 "group_name": "none"
563 }, 563 },
564 { 564 {
565 "group_name": "normal" 565 "group_name": "normal"
566 }, 566 },
567 { 567 {
568 "group_name": "aggressive" 568 "group_name": "aggressive"
569 } 569 }
570 ], 570 ],
571 "VarationsServiceControl": [
572 {
573 "group_name": "Interval_30min",
574 "params": {
575 "fetch_period_min": "30"
576 }
577 }
578 ],
579 "WebFontsInterventionV2": [ 571 "WebFontsInterventionV2": [
580 { 572 {
581 "group_name": "Enabled-slow2g" 573 "group_name": "Enabled-slow2g"
582 } 574 }
583 ], 575 ],
584 "WebRTC-EnableWebRtcEcdsa": [ 576 "WebRTC-EnableWebRtcEcdsa": [
585 { 577 {
586 "enable_features": [ 578 "enable_features": [
587 "WebRTC-EnableWebRtcEcdsa" 579 "WebRTC-EnableWebRtcEcdsa"
588 ], 580 ],
(...skipping 12 matching lines...) Expand all
601 ], 593 ],
602 "use-new-media-cache": [ 594 "use-new-media-cache": [
603 { 595 {
604 "enable_features": [ 596 "enable_features": [
605 "use-new-media-cache" 597 "use-new-media-cache"
606 ], 598 ],
607 "group_name": "Enabled" 599 "group_name": "Enabled"
608 } 600 }
609 ] 601 ]
610 } 602 }
OLDNEW
« no previous file with comments | « components/variations/variations_url_constants.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698