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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 ],
165 "SafeBrowsingReportPhishingErrorLink": [ 157 "SafeBrowsingReportPhishingErrorLink": [
166 { 158 {
167 "group_name": "Enabled" 159 "group_name": "Enabled"
168 }, 160 },
169 { 161 {
170 "group_name": "Control" 162 "group_name": "Control"
171 }, 163 },
172 { 164 {
173 "group_name": "Disabled" 165 "group_name": "Disabled"
174 } 166 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 { 233 {
242 "group_name": "Enabled" 234 "group_name": "Enabled"
243 } 235 }
244 ], 236 ],
245 "WebRTC-PeerConnectionDTLS1.2": [ 237 "WebRTC-PeerConnectionDTLS1.2": [
246 { 238 {
247 "group_name": "Enabled" 239 "group_name": "Enabled"
248 } 240 }
249 ] 241 ]
250 } 242 }
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