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

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

Issue 1857573002: [reland] 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: Update finch test config on chromeos Created 4 years, 7 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "PhysicalWeb" 245 "PhysicalWeb"
246 ], 246 ],
247 "group_name": "Enabled" 247 "group_name": "Enabled"
248 } 248 }
249 ], 249 ],
250 "Precache": [ 250 "Precache": [
251 { 251 {
252 "group_name": "Enabled" 252 "group_name": "Enabled"
253 } 253 }
254 ], 254 ],
255 "PreconnectMore": [
256 {
257 "enable_features": [
258 "PreconnectMore"
259 ],
260 "group_name": "Enabled"
261 }
262 ],
255 "ProgressBarAnimationAndroid": [ 263 "ProgressBarAnimationAndroid": [
256 { 264 {
257 "group_name": "SmoothAnimation", 265 "group_name": "SmoothAnimation",
258 "params": { 266 "params": {
259 "progress-bar-animation": "smooth" 267 "progress-bar-animation": "smooth"
260 } 268 }
261 } 269 }
262 ], 270 ],
263 "QUIC": [ 271 "QUIC": [
264 { 272 {
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 ], 521 ],
514 "use-new-media-cache": [ 522 "use-new-media-cache": [
515 { 523 {
516 "enable_features": [ 524 "enable_features": [
517 "use-new-media-cache" 525 "use-new-media-cache"
518 ], 526 ],
519 "group_name": "Enabled" 527 "group_name": "Enabled"
520 } 528 }
521 ] 529 ]
522 } 530 }
OLDNEW
« no previous file with comments | « chrome/browser/net/predictor_tab_helper.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698