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

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

Issue 2821163002: Clean up DownloadAttribution Finch experiments (Closed)
Patch Set: revert partial change is InEnabledAndReady() Created 3 years, 7 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 | « components/safe_browsing/csd.proto ('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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 774 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
775 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true" 775 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true"
776 }, 776 },
777 "disable_features": [ 777 "disable_features": [
778 "DocumentWriteEvaluator" 778 "DocumentWriteEvaluator"
779 ] 779 ]
780 } 780 }
781 ] 781 ]
782 } 782 }
783 ], 783 ],
784 "DownloadAttributionPerformanceTest": [
785 {
786 "platforms": [
787 "chromeos",
788 "linux",
789 "mac",
790 "win"
791 ],
792 "experiments": [
793 {
794 "name": "DownloadAttributionEnabled",
795 "enable_features": [
796 "DownloadAttribution"
797 ]
798 }
799 ]
800 }
801 ],
802 "DownloadsUi": [ 784 "DownloadsUi": [
803 { 785 {
804 "platforms": [ 786 "platforms": [
805 "android" 787 "android"
806 ], 788 ],
807 "experiments": [ 789 "experiments": [
808 { 790 {
809 "name": "Enabled", 791 "name": "Enabled",
810 "enable_features": [ 792 "enable_features": [
811 "DownloadsUi" 793 "DownloadsUi"
(...skipping 2518 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 { 3312 {
3331 "name": "Enabled", 3313 "name": "Enabled",
3332 "enable_features": [ 3314 "enable_features": [
3333 "use-new-media-cache" 3315 "use-new-media-cache"
3334 ] 3316 ]
3335 } 3317 }
3336 ] 3318 ]
3337 } 3319 }
3338 ] 3320 ]
3339 } 3321 }
OLDNEW
« no previous file with comments | « components/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698