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

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

Issue 2644143004: FasterLocationReload: Update Field Trial Testing Configuration (Closed)
Patch Set: Created 3 years, 11 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 | 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "mac", 774 "mac",
775 "win" 775 "win"
776 ], 776 ],
777 "experiments": [ 777 "experiments": [
778 { 778 {
779 "name": "Enforce" 779 "name": "Enforce"
780 } 780 }
781 ] 781 ]
782 } 782 }
783 ], 783 ],
784 "FasterLocationReload": [
785 {
786 "platforms": [
787 "android",
788 "chromeos",
789 "linux",
790 "mac",
791 "win"
792 ],
793 "experiments": [
794 {
795 "name": "Enabled"
Alexei Svitkine (slow) 2017/01/20 17:34:04 You're missing the enable_features line here.
Takashi Toyoshima 2017/01/23 06:47:31 Done.
796 }
797 ]
798 }
799 ],
784 "GoogleBrandedContextMenu": [ 800 "GoogleBrandedContextMenu": [
785 { 801 {
786 "platforms": [ 802 "platforms": [
787 "chromeos", 803 "chromeos",
788 "linux", 804 "linux",
789 "mac", 805 "mac",
790 "win" 806 "win"
791 ], 807 ],
792 "experiments": [ 808 "experiments": [
793 { 809 {
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 { 2613 {
2598 "name": "Enabled", 2614 "name": "Enabled",
2599 "enable_features": [ 2615 "enable_features": [
2600 "use-new-media-cache" 2616 "use-new-media-cache"
2601 ] 2617 ]
2602 } 2618 }
2603 ] 2619 ]
2604 } 2620 }
2605 ] 2621 ]
2606 } 2622 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698