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

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

Issue 2821163002: Clean up DownloadAttribution Finch experiments (Closed)
Patch Set: nits Created 3 years, 8 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 "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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 713 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
714 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true" 714 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true"
715 }, 715 },
716 "disable_features": [ 716 "disable_features": [
717 "DocumentWriteEvaluator" 717 "DocumentWriteEvaluator"
718 ] 718 ]
719 } 719 }
720 ] 720 ]
721 } 721 }
722 ], 722 ],
723 "DownloadAttributionPerformanceTest": [
724 {
725 "platforms": [
726 "chromeos",
727 "linux",
728 "mac",
729 "win"
730 ],
731 "experiments": [
732 {
733 "name": "DownloadAttributionEnabled",
734 "enable_features": [
735 "DownloadAttribution"
736 ]
737 }
738 ]
739 }
740 ],
741 "DownloadsUi": [ 723 "DownloadsUi": [
742 { 724 {
743 "platforms": [ 725 "platforms": [
744 "android" 726 "android"
745 ], 727 ],
746 "experiments": [ 728 "experiments": [
747 { 729 {
748 "name": "Enabled", 730 "name": "Enabled",
749 "enable_features": [ 731 "enable_features": [
750 "DownloadsUi" 732 "DownloadsUi"
(...skipping 2534 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 { 3267 {
3286 "name": "Enabled", 3268 "name": "Enabled",
3287 "enable_features": [ 3269 "enable_features": [
3288 "use-new-media-cache" 3270 "use-new-media-cache"
3289 ] 3271 ]
3290 } 3272 }
3291 ] 3273 ]
3292 } 3274 }
3293 ] 3275 ]
3294 } 3276 }
OLDNEW
« components/safe_browsing/csd.proto ('K') | « components/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698