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

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: groups 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
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 "group_name": "PreconnectMoreAllFrames"
185 },
186 {
187 "group_name": "PreconnectMoreMainFrameOnly"
188 }
189 ],
182 "QUIC": [ 190 "QUIC": [
183 { 191 {
184 "group_name": "Enabled" 192 "group_name": "Enabled"
185 } 193 }
186 ], 194 ],
187 "RefreshTokenDeviceId": [ 195 "RefreshTokenDeviceId": [
188 { 196 {
189 "group_name": "Enabled" 197 "group_name": "Enabled"
190 } 198 }
191 ], 199 ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ], 354 ],
347 "use-new-media-cache": [ 355 "use-new-media-cache": [
348 { 356 {
349 "enable_features": [ 357 "enable_features": [
350 "use-new-media-cache" 358 "use-new-media-cache"
351 ], 359 ],
352 "group_name": "Enabled" 360 "group_name": "Enabled"
353 } 361 }
354 ] 362 ]
355 } 363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698