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

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

Issue 1843633005: Revert SimpleCache fieldtrial testing information on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « 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 "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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "SdchPersistence": [ 293 "SdchPersistence": [
294 { 294 {
295 "group_name": "Enabled" 295 "group_name": "Enabled"
296 } 296 }
297 ], 297 ],
298 "SettingsEnforcement": [ 298 "SettingsEnforcement": [
299 { 299 {
300 "group_name": "enforce_always_with_extensions_and_dse" 300 "group_name": "enforce_always_with_extensions_and_dse"
301 } 301 }
302 ], 302 ],
303 "SimpleCacheTrial": [
304 {
305 "group_name": "ExperimentYes"
306 }
307 ],
308 "StrictSecureCookies": [ 303 "StrictSecureCookies": [
309 { 304 {
310 "group_name": "Enabled" 305 "group_name": "Enabled"
311 } 306 }
312 ], 307 ],
313 "SyncHttpContentCompression": [ 308 "SyncHttpContentCompression": [
314 { 309 {
315 "group_name": "Enabled" 310 "group_name": "Enabled"
316 }, 311 },
317 { 312 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 356 ],
362 "use-new-media-cache": [ 357 "use-new-media-cache": [
363 { 358 {
364 "enable_features": [ 359 "enable_features": [
365 "use-new-media-cache" 360 "use-new-media-cache"
366 ], 361 ],
367 "group_name": "Enabled" 362 "group_name": "Enabled"
368 } 363 }
369 ] 364 ]
370 } 365 }
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