| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSpellChecker": [ | 2 "AndroidSpellChecker": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Enabled_NonLowEnd", | 9 "name": "Enabled_NonLowEnd", |
| 10 "enable_features": [ | 10 "enable_features": [ |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 ] | 378 ] |
| 379 } | 379 } |
| 380 ], | 380 ], |
| 381 "DataReductionProxyServerExperiments": [ | 381 "DataReductionProxyServerExperiments": [ |
| 382 { | 382 { |
| 383 "platforms": [ | 383 "platforms": [ |
| 384 "android" | 384 "android" |
| 385 ], | 385 ], |
| 386 "experiments": [ | 386 "experiments": [ |
| 387 { | 387 { |
| 388 "name": "Prefetch", | 388 "name": "Brotli", |
| 389 "params": { | 389 "params": { |
| 390 "exp": "prefetch" | 390 "exp": "allow_brotli" |
| 391 } | 391 } |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 "name": "Control1", | 394 "name": "Control1", |
| 395 "params": { | 395 "params": { |
| 396 "exp": "finch_control1" | 396 "exp": "finch_control1" |
| 397 } | 397 } |
| 398 }, | 398 }, |
| 399 { | 399 { |
| 400 "name": "Control2", | 400 "name": "Control2", |
| (...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2554 { | 2554 { |
| 2555 "name": "Enabled", | 2555 "name": "Enabled", |
| 2556 "enable_features": [ | 2556 "enable_features": [ |
| 2557 "use-new-media-cache" | 2557 "use-new-media-cache" |
| 2558 ] | 2558 ] |
| 2559 } | 2559 } |
| 2560 ] | 2560 ] |
| 2561 } | 2561 } |
| 2562 ] | 2562 ] |
| 2563 } | 2563 } |
| OLD | NEW |