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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 592 "params": { | 592 "params": { |
| 593 "persistent_menu_item_enabled": "true" | 593 "persistent_menu_item_enabled": "true" |
| 594 }, | 594 }, |
| 595 "enable_features": [ | 595 "enable_features": [ |
| 596 "DataReductionProxyMainMenu" | 596 "DataReductionProxyMainMenu" |
| 597 ] | 597 ] |
| 598 } | 598 } |
| 599 ] | 599 ] |
| 600 } | 600 } |
| 601 ], | 601 ], |
| 602 "DataReductionProxyPreviewsBlacklistTransition": [ | |
| 603 { | |
| 604 "platforms": [ | |
| 605 "android" | |
| 606 ], | |
| 607 "experiments": [ | |
| 608 { | |
| 609 "name": "Enabled" | |
| 610 }, | |
| 611 { | |
| 612 "name": "Control" | |
|
tbansal1
2017/06/23 17:18:02
IIUC, there is no need to add "Control" and "Disab
rkaplow
2017/06/23 19:26:20
also only the first one listed gets tested. So you
RyanSturm
2017/06/23 19:28:30
Done. Definitely will use feature api in the futur
| |
| 613 }, | |
| 614 { | |
| 615 "name": "Disabled" | |
| 616 } | |
| 617 ] | |
| 618 } | |
| 619 ], | |
| 602 "DataReductionProxyServerExperiments": [ | 620 "DataReductionProxyServerExperiments": [ |
| 603 { | 621 { |
| 604 "platforms": [ | 622 "platforms": [ |
| 605 "android" | 623 "android" |
| 606 ], | 624 ], |
| 607 "experiments": [ | 625 "experiments": [ |
| 608 { | 626 { |
| 609 "name": "Brotli", | 627 "name": "Brotli", |
| 610 "params": { | 628 "params": { |
| 611 "exp": "allow_brotli" | 629 "exp": "allow_brotli" |
| (...skipping 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3389 { | 3407 { |
| 3390 "name": "Enabled", | 3408 "name": "Enabled", |
| 3391 "enable_features": [ | 3409 "enable_features": [ |
| 3392 "use-new-media-cache" | 3410 "use-new-media-cache" |
| 3393 ] | 3411 ] |
| 3394 } | 3412 } |
| 3395 ] | 3413 ] |
| 3396 } | 3414 } |
| 3397 ] | 3415 ] |
| 3398 } | 3416 } |
| OLD | NEW |