| 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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |