Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1813553004: Change net's predictor_tab_helper to use the new content Navigation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asvitkine@ review - added variations to feature Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 } 172 }
173 ], 173 ],
174 "PreRead": [ 174 "PreRead": [
175 { 175 {
176 "group_name": "NoPrefetchArgument", 176 "group_name": "NoPrefetchArgument",
177 "params": { 177 "params": {
178 "NoPrefetchArgument": "true" 178 "NoPrefetchArgument": "true"
179 } 179 }
180 } 180 }
181 ], 181 ],
182 "PreconnectMore": [
183 {
184 "enable_features": [
185 "PreconnectMore"
186 ],
187 "group_name": "PreconnectMoreAllFrames",
188 "params": {
189 "preconnect_subframes": "true"
190 }
191 },
192 {
193 "enable_features": [
194 "PreconnectMore"
195 ],
196 "group_name": "PreconnectMoreMainFrameOnly",
197 "params": {
198 "preconnect_subframes": "false"
199 }
200 }
201 ],
182 "QUIC": [ 202 "QUIC": [
183 { 203 {
184 "group_name": "Enabled" 204 "group_name": "Enabled"
185 } 205 }
186 ], 206 ],
187 "RefreshTokenDeviceId": [ 207 "RefreshTokenDeviceId": [
188 { 208 {
189 "group_name": "Enabled" 209 "group_name": "Enabled"
190 } 210 }
191 ], 211 ],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 361 ],
342 "use-new-media-cache": [ 362 "use-new-media-cache": [
343 { 363 {
344 "enable_features": [ 364 "enable_features": [
345 "use-new-media-cache" 365 "use-new-media-cache"
346 ], 366 ],
347 "group_name": "Enabled" 367 "group_name": "Enabled"
348 } 368 }
349 ] 369 ]
350 } 370 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698