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

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

Issue 1461553002: Add TriggeredResetFieldTrial config to fieldtrial_testing_config_win.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "AsyncSetAsDefault": [ 2 "AsyncSetAsDefault": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 }, 210 },
211 { 211 {
212 "group_name": "Disabled" 212 "group_name": "Disabled"
213 } 213 }
214 ], 214 ],
215 "TabSyncByRecency": [ 215 "TabSyncByRecency": [
216 { 216 {
217 "group_name": "Enabled" 217 "group_name": "Enabled"
218 } 218 }
219 ], 219 ],
220 "TriggeredResetFieldTrial": [
221 {
222 "group_name": "On"
223 }
224 ],
220 "UseDelayAgnosticAEC": [ 225 "UseDelayAgnosticAEC": [
221 { 226 {
222 "group_name": "DefaultEnabled" 227 "group_name": "DefaultEnabled"
223 } 228 }
224 ], 229 ],
225 "VarationsServiceControl": [ 230 "VarationsServiceControl": [
226 { 231 {
227 "group_name": "Interval_30min", 232 "group_name": "Interval_30min",
228 "params": { 233 "params": {
229 "fetch_period_min": "30" 234 "fetch_period_min": "30"
230 } 235 }
231 } 236 }
232 ], 237 ],
233 "WebRTC-LocalIPPermissionCheck": [ 238 "WebRTC-LocalIPPermissionCheck": [
234 { 239 {
235 "group_name": "Enabled" 240 "group_name": "Enabled"
236 } 241 }
237 ], 242 ],
238 "WebRTC-PeerConnectionDTLS1.2": [ 243 "WebRTC-PeerConnectionDTLS1.2": [
239 { 244 {
240 "group_name": "Enabled" 245 "group_name": "Enabled"
241 } 246 }
242 ] 247 ]
243 } 248 }
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