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

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

Issue 2948303002: [Sync] Sanity test for UserEvents. (Closed)
Patch Set: Rebase Created 3 years, 5 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 | « components/sync/test/fake_server/unique_client_entity.cc ('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 "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 3041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 "experiments": [ 3052 "experiments": [
3053 { 3053 {
3054 "name": "Enabled", 3054 "name": "Enabled",
3055 "enable_features": [ 3055 "enable_features": [
3056 "SyncUSSAutocomplete" 3056 "SyncUSSAutocomplete"
3057 ] 3057 ]
3058 } 3058 }
3059 ] 3059 ]
3060 } 3060 }
3061 ], 3061 ],
3062 "SyncUserEvents": [
3063 {
3064 "platforms": [
3065 "android",
3066 "chromeos",
3067 "linux",
3068 "mac",
3069 "win"
3070 ],
3071 "experiments": [
3072 {
3073 "name": "Enabled",
3074 "enable_features": [
3075 "SyncUserEvents"
3076 ]
3077 }
3078 ]
3079 }
3080 ],
3062 "TLS13Negotiation": [ 3081 "TLS13Negotiation": [
3063 { 3082 {
3064 "platforms": [ 3083 "platforms": [
3065 "android", 3084 "android",
3066 "chromeos", 3085 "chromeos",
3067 "ios", 3086 "ios",
3068 "linux", 3087 "linux",
3069 "mac", 3088 "mac",
3070 "win" 3089 "win"
3071 ], 3090 ],
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
3479 { 3498 {
3480 "name": "Enabled", 3499 "name": "Enabled",
3481 "enable_features": [ 3500 "enable_features": [
3482 "use-new-media-cache" 3501 "use-new-media-cache"
3483 ] 3502 ]
3484 } 3503 }
3485 ] 3504 ]
3486 } 3505 }
3487 ] 3506 ]
3488 } 3507 }
OLDNEW
« no previous file with comments | « components/sync/test/fake_server/unique_client_entity.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698