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

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

Issue 2948303002: [Sync] Sanity test for UserEvents. (Closed)
Patch Set: Fix migration tests. Created 3 years, 6 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 "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 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 "experiments": [ 3022 "experiments": [
3023 { 3023 {
3024 "name": "Enabled", 3024 "name": "Enabled",
3025 "enable_features": [ 3025 "enable_features": [
3026 "SyncUSSAutocomplete" 3026 "SyncUSSAutocomplete"
3027 ] 3027 ]
3028 } 3028 }
3029 ] 3029 ]
3030 } 3030 }
3031 ], 3031 ],
3032 "SyncUserEvents": [
3033 {
3034 "platforms": [
3035 "android",
3036 "chromeos",
3037 "linux",
3038 "mac",
3039 "win"
3040 ],
3041 "experiments": [
3042 {
3043 "name": "Enabled",
3044 "enable_features": [
3045 "SyncUserEvents"
3046 ]
3047 }
3048 ]
3049 }
3050 ],
3032 "TLS13Negotiation": [ 3051 "TLS13Negotiation": [
3033 { 3052 {
3034 "platforms": [ 3053 "platforms": [
3035 "android", 3054 "android",
3036 "chromeos", 3055 "chromeos",
3037 "ios", 3056 "ios",
3038 "linux", 3057 "linux",
3039 "mac", 3058 "mac",
3040 "win" 3059 "win"
3041 ], 3060 ],
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 { 3486 {
3468 "name": "Enabled", 3487 "name": "Enabled",
3469 "enable_features": [ 3488 "enable_features": [
3470 "use-new-media-cache" 3489 "use-new-media-cache"
3471 ] 3490 ]
3472 } 3491 }
3473 ] 3492 ]
3474 } 3493 }
3475 ] 3494 ]
3476 } 3495 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698