Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |