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

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: Created 4 years, 8 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": "Enabled"
246 },
247 {
248 "group_name": "Default"
249 }
250 ],
240 "ProgressBarAnimationAndroid": [ 251 "ProgressBarAnimationAndroid": [
241 { 252 {
242 "group_name": "SmoothAnimation", 253 "group_name": "SmoothAnimation",
243 "params": { 254 "params": {
244 "progress-bar-animation": "smooth" 255 "progress-bar-animation": "smooth"
245 } 256 }
246 } 257 }
247 ], 258 ],
248 "QUIC": [ 259 "QUIC": [
249 { 260 {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ], 480 ],
470 "use-new-media-cache": [ 481 "use-new-media-cache": [
471 { 482 {
472 "enable_features": [ 483 "enable_features": [
473 "use-new-media-cache" 484 "use-new-media-cache"
474 ], 485 ],
475 "group_name": "Enabled" 486 "group_name": "Enabled"
476 } 487 }
477 ] 488 ]
478 } 489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698