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

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

Issue 1790483003: SimpleCache: Add fieldtrial testing information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | 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 "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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "SdchPersistence": [ 273 "SdchPersistence": [
274 { 274 {
275 "group_name": "Enabled" 275 "group_name": "Enabled"
276 } 276 }
277 ], 277 ],
278 "SettingsEnforcement": [ 278 "SettingsEnforcement": [
279 { 279 {
280 "group_name": "enforce_always_with_extensions_and_dse" 280 "group_name": "enforce_always_with_extensions_and_dse"
281 } 281 }
282 ], 282 ],
283 "SimpleCacheTrial": [
284 {
285 "group_name": "ExperimentYes"
286 }
287 ],
283 "SpdyEnableDependencies": [ 288 "SpdyEnableDependencies": [
284 { 289 {
285 "group_name": "Enable" 290 "group_name": "Enable"
286 } 291 }
287 ], 292 ],
288 "StrictSecureCookies": [ 293 "StrictSecureCookies": [
289 { 294 {
290 "group_name": "Enabled" 295 "group_name": "Enabled"
291 } 296 }
292 ], 297 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 346 ],
342 "use-new-media-cache": [ 347 "use-new-media-cache": [
343 { 348 {
344 "enable_features": [ 349 "enable_features": [
345 "use-new-media-cache" 350 "use-new-media-cache"
346 ], 351 ],
347 "group_name": "Enabled" 352 "group_name": "Enabled"
348 } 353 }
349 ] 354 ]
350 } 355 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698