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

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: 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"
Alexei Svitkine (slow) 2016/06/09 21:48:14 Actually, you should add a params section here to
bengr 2016/06/10 23:21:14 Done.
106 }
107 ],
103 "DataReductionProxyUseQuic": [ 108 "DataReductionProxyUseQuic": [
104 { 109 {
105 "group_name": "Enabled" 110 "group_name": "Enabled"
106 } 111 }
107 ], 112 ],
108 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 113 "DisallowFetchForDocWrittenScriptsInMainFrame": [
109 { 114 {
110 "enable_features": [ 115 "enable_features": [
111 "DocumentWriteEvaluator" 116 "DocumentWriteEvaluator"
112 ], 117 ],
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 537 ],
533 "use-new-media-cache": [ 538 "use-new-media-cache": [
534 { 539 {
535 "enable_features": [ 540 "enable_features": [
536 "use-new-media-cache" 541 "use-new-media-cache"
537 ], 542 ],
538 "group_name": "Enabled" 543 "group_name": "Enabled"
539 } 544 }
540 ] 545 ]
541 } 546 }
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