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

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

Issue 2904583002: Reporting: Add Feature to fieldtrial_testing_config.json (Closed)
Patch Set: Created 3 years, 7 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 2518 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 "params": { 2529 "params": {
2530 "sendingThreshold": "1.0" 2530 "sendingThreshold": "1.0"
2531 } 2531 }
2532 }, 2532 },
2533 { 2533 {
2534 "name": "DontShowAndDontSend" 2534 "name": "DontShowAndDontSend"
2535 } 2535 }
2536 ] 2536 ]
2537 } 2537 }
2538 ], 2538 ],
2539 "Reporting": [
rkaplow 2017/05/24 17:31:49 kind of nit - I'd prefer if this was more descript
2540 {
2541 "platforms": [
2542 "android",
2543 "chromeos",
2544 "ios",
2545 "linux",
2546 "mac",
2547 "win"
2548 ],
2549 "experiments": [
2550 {
2551 "name": "ReportingEnabled",
2552 "enable_features": [
2553 "Reporting"
2554 ]
2555 }
2556 ]
2557 }
2558 ],
2539 "SRTPromptFieldTrial": [ 2559 "SRTPromptFieldTrial": [
2540 { 2560 {
2541 "platforms": [ 2561 "platforms": [
2542 "win" 2562 "win"
2543 ], 2563 ],
2544 "experiments": [ 2564 "experiments": [
2545 { 2565 {
2546 "name": "On" 2566 "name": "On"
2547 } 2567 }
2548 ] 2568 ]
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 { 3434 {
3415 "name": "Enabled", 3435 "name": "Enabled",
3416 "enable_features": [ 3436 "enable_features": [
3417 "use-new-media-cache" 3437 "use-new-media-cache"
3418 ] 3438 ]
3419 } 3439 }
3420 ] 3440 ]
3421 } 3441 }
3422 ] 3442 ]
3423 } 3443 }
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