| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2     "AndroidSessionNotifications": [ | 2     "AndroidSessionNotifications": [ | 
| 3         { | 3         { | 
| 4             "platforms": [ | 4             "platforms": [ | 
| 5                 "android" | 5                 "android" | 
| 6             ], | 6             ], | 
| 7             "experiments": [ | 7             "experiments": [ | 
| 8                 { | 8                 { | 
| 9                     "name": "Disabled" | 9                     "name": "Disabled" | 
| 10                 } | 10                 } | 
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 548                 "linux", | 548                 "linux", | 
| 549                 "win" | 549                 "win" | 
| 550             ], | 550             ], | 
| 551             "experiments": [ | 551             "experiments": [ | 
| 552                 { | 552                 { | 
| 553                     "name": "Enabled" | 553                     "name": "Enabled" | 
| 554                 } | 554                 } | 
| 555             ] | 555             ] | 
| 556         } | 556         } | 
| 557     ], | 557     ], | 
| 558     "EnableWin32kLockDownMimeTypes": [ |  | 
| 559         { |  | 
| 560             "platforms": [ |  | 
| 561                 "win" |  | 
| 562             ], |  | 
| 563             "experiments": [ |  | 
| 564                 { |  | 
| 565                     "name": "PPAPILockdown_Enabled", |  | 
| 566                     "params": { |  | 
| 567                         "*": "Enabled" |  | 
| 568                     } |  | 
| 569                 } |  | 
| 570             ] |  | 
| 571         } |  | 
| 572     ], |  | 
| 573     "ExpectCTReporting": [ | 558     "ExpectCTReporting": [ | 
| 574         { | 559         { | 
| 575             "platforms": [ | 560             "platforms": [ | 
| 576                 "android", | 561                 "android", | 
| 577                 "chromeos", | 562                 "chromeos", | 
| 578                 "ios", | 563                 "ios", | 
| 579                 "linux", | 564                 "linux", | 
| 580                 "mac", | 565                 "mac", | 
| 581                 "win" | 566                 "win" | 
| 582             ], | 567             ], | 
| (...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2203                 { | 2188                 { | 
| 2204                     "name": "Enabled", | 2189                     "name": "Enabled", | 
| 2205                     "enable_features": [ | 2190                     "enable_features": [ | 
| 2206                         "use-new-media-cache" | 2191                         "use-new-media-cache" | 
| 2207                     ] | 2192                     ] | 
| 2208                 } | 2193                 } | 
| 2209             ] | 2194             ] | 
| 2210         } | 2195         } | 
| 2211     ] | 2196     ] | 
| 2212 } | 2197 } | 
| OLD | NEW | 
|---|