Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
| 3 { | 3 { |
| 4 "disable_features": [ | 4 "disable_features": [ |
| 5 "AllBookmarks" | 5 "AllBookmarks" |
| 6 ], | 6 ], |
| 7 "group_name": "Disabled" | 7 "group_name": "Disabled" |
| 8 } | 8 } |
| 9 ], | 9 ], |
| 10 "AndroidSessionNotifications": [ | 10 "AndroidSessionNotifications": [ |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 "enable_features": [ | 122 "enable_features": [ |
| 123 "DocumentWriteEvaluator" | 123 "DocumentWriteEvaluator" |
| 124 ], | 124 ], |
| 125 "group_name": "DocumentWriteEvaluatorGroup", | 125 "group_name": "DocumentWriteEvaluatorGroup", |
| 126 "params": { | 126 "params": { |
| 127 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 127 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
| 128 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false" | 128 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false" |
| 129 } | 129 } |
| 130 } | 130 } |
| 131 ], | 131 ], |
| 132 "DownloadsUi": [ | |
| 133 { | |
| 134 "group_name": "Disabled" | |
| 135 } | |
| 136 ], | |
|
Ilya Sherman
2016/08/10 05:59:51
Hmm, could you please email/IM me with a link to t
| |
| 132 "EnableMediaThreadForMediaPlayback": [ | 137 "EnableMediaThreadForMediaPlayback": [ |
| 133 { | 138 { |
| 134 "group_name": "Enabled" | 139 "group_name": "Enabled" |
| 135 } | 140 } |
| 136 ], | 141 ], |
| 137 "ExpectCTReporting": [ | 142 "ExpectCTReporting": [ |
| 138 { | 143 { |
| 139 "enable_features": [ | 144 "enable_features": [ |
| 140 "ExpectCTReporting" | 145 "ExpectCTReporting" |
| 141 ], | 146 ], |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 595 ], | 600 ], |
| 596 "use-new-media-cache": [ | 601 "use-new-media-cache": [ |
| 597 { | 602 { |
| 598 "enable_features": [ | 603 "enable_features": [ |
| 599 "use-new-media-cache" | 604 "use-new-media-cache" |
| 600 ], | 605 ], |
| 601 "group_name": "Enabled" | 606 "group_name": "Enabled" |
| 602 } | 607 } |
| 603 ] | 608 ] |
| 604 } | 609 } |
| OLD | NEW |