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

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

Issue 2644143004: FasterLocationReload: Update Field Trial Testing Configuration (Closed)
Patch Set: enable_features 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",
796 "enable_features": [
797 "FasterLocationReload"
798 ]
799 }
800 ]
801 }
802 ],
784 "GoogleBrandedContextMenu": [ 803 "GoogleBrandedContextMenu": [
785 { 804 {
786 "platforms": [ 805 "platforms": [
787 "chromeos", 806 "chromeos",
788 "linux", 807 "linux",
789 "mac", 808 "mac",
790 "win" 809 "win"
791 ], 810 ],
792 "experiments": [ 811 "experiments": [
793 { 812 {
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 { 2616 {
2598 "name": "Enabled", 2617 "name": "Enabled",
2599 "enable_features": [ 2618 "enable_features": [
2600 "use-new-media-cache" 2619 "use-new-media-cache"
2601 ] 2620 ]
2602 } 2621 }
2603 ] 2622 ]
2604 } 2623 }
2605 ] 2624 ]
2606 } 2625 }
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