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

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

Issue 1700253002: Added ResourcePriorities field trial to the waterfall testing config in preparation for launch (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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 { 147 {
148 "group_name": "ShowAndPossiblySend", 148 "group_name": "ShowAndPossiblySend",
149 "params": { 149 "params": {
150 "sendingThreshold": "abcdef" 150 "sendingThreshold": "abcdef"
151 } 151 }
152 }, 152 },
153 { 153 {
154 "group_name": "DontShowAndDontSend" 154 "group_name": "DontShowAndDontSend"
155 } 155 }
156 ], 156 ],
157 "ResourcePriorities": [
158 {
159 "group_name": "AllExceptAsyncScripts_11011_1_1_10"
160 },
161 {
162 "group_name": "Control"
163 }
164 ],
157 "SafeBrowsingReportPhishingErrorLink": [ 165 "SafeBrowsingReportPhishingErrorLink": [
158 { 166 {
159 "group_name": "Enabled" 167 "group_name": "Enabled"
160 }, 168 },
161 { 169 {
162 "group_name": "Control" 170 "group_name": "Control"
163 }, 171 },
164 { 172 {
165 "group_name": "Disabled" 173 "group_name": "Disabled"
166 } 174 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 { 241 {
234 "group_name": "Enabled" 242 "group_name": "Enabled"
235 } 243 }
236 ], 244 ],
237 "WebRTC-PeerConnectionDTLS1.2": [ 245 "WebRTC-PeerConnectionDTLS1.2": [
238 { 246 {
239 "group_name": "Enabled" 247 "group_name": "Enabled"
240 } 248 }
241 ] 249 ]
242 } 250 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698