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 "enable_features": [ |
| 135 "DownloadsUi" |
| 136 ], |
| 137 "group_name": "Enabled" |
| 138 } |
| 139 ], |
132 "EnableMediaThreadForMediaPlayback": [ | 140 "EnableMediaThreadForMediaPlayback": [ |
133 { | 141 { |
134 "group_name": "Enabled" | 142 "group_name": "Enabled" |
135 } | 143 } |
136 ], | 144 ], |
137 "ExpectCTReporting": [ | 145 "ExpectCTReporting": [ |
138 { | 146 { |
139 "enable_features": [ | 147 "enable_features": [ |
140 "ExpectCTReporting" | 148 "ExpectCTReporting" |
141 ], | 149 ], |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 ], | 603 ], |
596 "use-new-media-cache": [ | 604 "use-new-media-cache": [ |
597 { | 605 { |
598 "enable_features": [ | 606 "enable_features": [ |
599 "use-new-media-cache" | 607 "use-new-media-cache" |
600 ], | 608 ], |
601 "group_name": "Enabled" | 609 "group_name": "Enabled" |
602 } | 610 } |
603 ] | 611 ] |
604 } | 612 } |
OLD | NEW |