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

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

Issue 2048233002: Add config so perbots test tamper detection experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added params Created 4 years, 6 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "DataCompressionProxyPromoVisibility": [ 93 "DataCompressionProxyPromoVisibility": [
94 { 94 {
95 "group_name": "Enabled" 95 "group_name": "Enabled"
96 } 96 }
97 ], 97 ],
98 "DataReductionProxyFREPromo": [ 98 "DataReductionProxyFREPromo": [
99 { 99 {
100 "group_name": "Enabled" 100 "group_name": "Enabled"
101 } 101 }
102 ], 102 ],
103 "DataReductionProxyServerExperiments": [
104 {
105 "group_name": "TamperDetection_enabled",
106 "params": {
107 "exp": "ctd"
108 }
109 }
110 ],
103 "DataReductionProxyUseQuic": [ 111 "DataReductionProxyUseQuic": [
104 { 112 {
105 "group_name": "Enabled" 113 "group_name": "Enabled"
106 } 114 }
107 ], 115 ],
108 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 116 "DisallowFetchForDocWrittenScriptsInMainFrame": [
109 { 117 {
110 "enable_features": [ 118 "enable_features": [
111 "DocumentWriteEvaluator" 119 "DocumentWriteEvaluator"
112 ], 120 ],
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 540 ],
533 "use-new-media-cache": [ 541 "use-new-media-cache": [
534 { 542 {
535 "enable_features": [ 543 "enable_features": [
536 "use-new-media-cache" 544 "use-new-media-cache"
537 ], 545 ],
538 "group_name": "Enabled" 546 "group_name": "Enabled"
539 } 547 }
540 ] 548 ]
541 } 549 }
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