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

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

Issue 1707723002: Revert of Added ResourcePriorities field trial to the waterfall testing config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 131 {
132 "group_name": "ShowAndPossiblySend", 132 "group_name": "ShowAndPossiblySend",
133 "params": { 133 "params": {
134 "sendingThreshold": "abcdef" 134 "sendingThreshold": "abcdef"
135 } 135 }
136 }, 136 },
137 { 137 {
138 "group_name": "DontShowAndDontSend" 138 "group_name": "DontShowAndDontSend"
139 } 139 }
140 ], 140 ],
141 "ResourcePriorities": [
142 {
143 "group_name": "AllExceptAsyncScripts_11011_1_1_10"
144 },
145 {
146 "group_name": "Control"
147 }
148 ],
149 "SafeBrowsingReportPhishingErrorLink": [ 141 "SafeBrowsingReportPhishingErrorLink": [
150 { 142 {
151 "group_name": "Enabled" 143 "group_name": "Enabled"
152 }, 144 },
153 { 145 {
154 "group_name": "Control" 146 "group_name": "Control"
155 }, 147 },
156 { 148 {
157 "group_name": "Disabled" 149 "group_name": "Disabled"
158 } 150 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 { 217 {
226 "group_name": "Enabled" 218 "group_name": "Enabled"
227 } 219 }
228 ], 220 ],
229 "WebRTC-PeerConnectionDTLS1.2": [ 221 "WebRTC-PeerConnectionDTLS1.2": [
230 { 222 {
231 "group_name": "Enabled" 223 "group_name": "Enabled"
232 } 224 }
233 ] 225 ]
234 } 226 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698