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

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

Issue 2724983002: [TTS] Update Test config for server experiment. (Closed)
Patch Set: Just a rebase. Created 3 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 | « 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ] 396 ]
397 } 397 }
398 ], 398 ],
399 "ContextualSearch": [ 399 "ContextualSearch": [
400 { 400 {
401 "platforms": [ 401 "platforms": [
402 "android" 402 "android"
403 ], 403 ],
404 "experiments": [ 404 "experiments": [
405 { 405 {
406 "name": "Expected" 406 "name": "Expected",
407 "params": {
408 "contextual_cards_version": "6"
409 }
407 } 410 }
408 ] 411 ]
409 } 412 }
410 ], 413 ],
411 "DataCompressionProxyDevRollout": [ 414 "DataCompressionProxyDevRollout": [
412 { 415 {
413 "platforms": [ 416 "platforms": [
414 "android", 417 "android",
415 "ios" 418 "ios"
416 ], 419 ],
(...skipping 2574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 { 2994 {
2992 "name": "Enabled", 2995 "name": "Enabled",
2993 "enable_features": [ 2996 "enable_features": [
2994 "use-new-media-cache" 2997 "use-new-media-cache"
2995 ] 2998 ]
2996 } 2999 }
2997 ] 3000 ]
2998 } 3001 }
2999 ] 3002 ]
3000 } 3003 }
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