Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AsyncDns": [ | 7 "AsyncDns": [ |
| 8 { | 8 { |
| 9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
| 10 }, | 10 }, |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 295 "params": { | 295 "params": { |
| 296 "progress-bar-animation": "smooth" | 296 "progress-bar-animation": "smooth" |
| 297 } | 297 } |
| 298 } | 298 } |
| 299 ], | 299 ], |
| 300 "QUIC": [ | 300 "QUIC": [ |
| 301 { | 301 { |
| 302 "group_name": "Enabled" | 302 "group_name": "Enabled" |
| 303 } | 303 } |
| 304 ], | 304 ], |
| 305 "ReadItLater": [ | |
| 306 { | |
| 307 "enable_features": [ | |
| 308 "ReadItLaterInMenu" | |
| 309 ], | |
| 310 "group_name": "Enabled" | |
| 311 }, | |
| 312 { | |
| 313 "disable_features": [ | |
| 314 "ReadItLaterInMenu" | |
| 315 ], | |
| 316 "group_name": "Control" | |
| 317 } | |
|
Ilya Sherman
2016/06/16 03:57:50
Please omit the control group -- only the new grou
Ian Wen
2016/06/16 21:09:00
Did you mean that I just remove the entire second
Ilya Sherman
2016/06/16 23:12:53
Exactamundo =)
| |
| 318 ], | |
| 305 "ReaderModeUI": [ | 319 "ReaderModeUI": [ |
| 306 { | 320 { |
| 307 "group_name": "AdaBoost" | 321 "group_name": "AdaBoost" |
| 308 }, | 322 }, |
| 309 { | 323 { |
| 310 "group_name": "Disabled" | 324 "group_name": "Disabled" |
| 311 } | 325 } |
| 312 ], | 326 ], |
| 313 "ReaderModeUIFeedback": [ | 327 "ReaderModeUIFeedback": [ |
| 314 { | 328 { |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 537 ], | 551 ], |
| 538 "use-new-media-cache": [ | 552 "use-new-media-cache": [ |
| 539 { | 553 { |
| 540 "enable_features": [ | 554 "enable_features": [ |
| 541 "use-new-media-cache" | 555 "use-new-media-cache" |
| 542 ], | 556 ], |
| 543 "group_name": "Enabled" | 557 "group_name": "Enabled" |
| 544 } | 558 } |
| 545 ] | 559 ] |
| 546 } | 560 } |
| OLD | NEW |