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

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

Issue 2672493002: [Sync] Switch bots to run integ tests for autofill as USS. (Closed)
Patch Set: Updated for Gang's comment. Created 3 years, 10 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/model/model_type_debug_info.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 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 "mac", 2418 "mac",
2419 "win" 2419 "win"
2420 ], 2420 ],
2421 "experiments": [ 2421 "experiments": [
2422 { 2422 {
2423 "name": "Enabled" 2423 "name": "Enabled"
2424 } 2424 }
2425 ] 2425 ]
2426 } 2426 }
2427 ], 2427 ],
2428 "SyncUSSAutocomplete": [
2429 {
2430 "platforms": [
2431 "android",
2432 "chromeos",
2433 "ios",
2434 "linux",
2435 "mac",
2436 "win"
2437 ],
2438 "experiments": [
2439 {
2440 "name": "Enabled",
2441 "enable_features": [
2442 "SyncUSSAutocomplete"
2443 ]
2444 }
2445 ]
2446 }
2447 ],
2428 "TLS13Negotiation": [ 2448 "TLS13Negotiation": [
2429 { 2449 {
2430 "platforms": [ 2450 "platforms": [
2431 "android", 2451 "android",
2432 "chromeos", 2452 "chromeos",
2433 "ios", 2453 "ios",
2434 "linux", 2454 "linux",
2435 "mac", 2455 "mac",
2436 "win" 2456 "win"
2437 ], 2457 ],
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 { 2873 {
2854 "name": "Enabled", 2874 "name": "Enabled",
2855 "enable_features": [ 2875 "enable_features": [
2856 "use-new-media-cache" 2876 "use-new-media-cache"
2857 ] 2877 ]
2858 } 2878 }
2859 ] 2879 ]
2860 } 2880 }
2861 ] 2881 ]
2862 } 2882 }
OLDNEW
« no previous file with comments | « components/sync/model/model_type_debug_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698