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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
OLDNEW
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "PhysicalWeb" 230 "PhysicalWeb"
231 ], 231 ],
232 "group_name": "Enabled" 232 "group_name": "Enabled"
233 } 233 }
234 ], 234 ],
235 "Precache": [ 235 "Precache": [
236 { 236 {
237 "group_name": "Enabled" 237 "group_name": "Enabled"
238 } 238 }
239 ], 239 ],
240 "PreconnectMore": [
241 {
242 "enable_features": [
243 "PreconnectMore"
244 ],
245 "group_name": "PreconnectMoreAllFrames",
246 "params": {
247 "preconnect_subframes": "true"
248 }
249 },
250 {
251 "enable_features": [
252 "PreconnectMore"
253 ],
254 "group_name": "PreconnectMoreMainFrameOnly",
255 "params": {
256 "preconnect_subframes": "false"
257 }
258 }
259 ],
240 "ProgressBarAnimationAndroid": [ 260 "ProgressBarAnimationAndroid": [
241 { 261 {
242 "group_name": "SmoothAnimation", 262 "group_name": "SmoothAnimation",
243 "params": { 263 "params": {
244 "progress-bar-animation": "smooth" 264 "progress-bar-animation": "smooth"
245 } 265 }
246 } 266 }
247 ], 267 ],
248 "QUIC": [ 268 "QUIC": [
249 { 269 {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 ], 478 ],
459 "use-new-media-cache": [ 479 "use-new-media-cache": [
460 { 480 {
461 "enable_features": [ 481 "enable_features": [
462 "use-new-media-cache" 482 "use-new-media-cache"
463 ], 483 ],
464 "group_name": "Enabled" 484 "group_name": "Enabled"
465 } 485 }
466 ] 486 ]
467 } 487 }
OLDNEW
« no previous file with comments | « chrome/browser/net/predictor_tab_helper.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698