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

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

Issue 2904583002: Reporting: Add Feature to fieldtrial_testing_config.json (Closed)
Patch Set: Reporting -> ReportingAPI 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
« 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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2510 "params": { 2510 "params": {
2511 "sendingThreshold": "1.0" 2511 "sendingThreshold": "1.0"
2512 } 2512 }
2513 }, 2513 },
2514 { 2514 {
2515 "name": "DontShowAndDontSend" 2515 "name": "DontShowAndDontSend"
2516 } 2516 }
2517 ] 2517 ]
2518 } 2518 }
2519 ], 2519 ],
2520 "ReportingAPI": [
2521 {
2522 "platforms": [
2523 "android",
2524 "chromeos",
2525 "ios",
2526 "linux",
2527 "mac",
2528 "win"
2529 ],
2530 "experiments": [
2531 {
2532 "name": "ReportingEnabled",
2533 "enable_features": [
2534 "Reporting"
2535 ]
2536 }
2537 ]
2538 }
2539 ],
2520 "SRTPromptFieldTrial": [ 2540 "SRTPromptFieldTrial": [
2521 { 2541 {
2522 "platforms": [ 2542 "platforms": [
2523 "win" 2543 "win"
2524 ], 2544 ],
2525 "experiments": [ 2545 "experiments": [
2526 { 2546 {
2527 "name": "On" 2547 "name": "On"
2528 } 2548 }
2529 ] 2549 ]
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 { 3415 {
3396 "name": "Enabled", 3416 "name": "Enabled",
3397 "enable_features": [ 3417 "enable_features": [
3398 "use-new-media-cache" 3418 "use-new-media-cache"
3399 ] 3419 ]
3400 } 3420 }
3401 ] 3421 ]
3402 } 3422 }
3403 ] 3423 ]
3404 } 3424 }
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