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

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: subframe / mainframe experiment 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "PhysicalWeb" 225 "PhysicalWeb"
226 ], 226 ],
227 "group_name": "Enabled" 227 "group_name": "Enabled"
228 } 228 }
229 ], 229 ],
230 "Precache": [ 230 "Precache": [
231 { 231 {
232 "group_name": "Enabled" 232 "group_name": "Enabled"
233 } 233 }
234 ], 234 ],
235 "PreconnectMore": [
236 {
237 "group_name": "Enabled"
mmenke 2016/03/18 19:26:03 Shouldn't we have multiple groups here?
Charlie Harrison 2016/03/18 21:38:17 ...yes. Done.
238 }
239 ],
235 "ProgressBarAnimationAndroid": [ 240 "ProgressBarAnimationAndroid": [
236 { 241 {
237 "group_name": "SmoothAnimation", 242 "group_name": "SmoothAnimation",
238 "params": { 243 "params": {
239 "progress-bar-animation": "smooth" 244 "progress-bar-animation": "smooth"
240 } 245 }
241 } 246 }
242 ], 247 ],
243 "QUIC": [ 248 "QUIC": [
244 { 249 {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 ], 463 ],
459 "use-new-media-cache": [ 464 "use-new-media-cache": [
460 { 465 {
461 "enable_features": [ 466 "enable_features": [
462 "use-new-media-cache" 467 "use-new-media-cache"
463 ], 468 ],
464 "group_name": "Enabled" 469 "group_name": "Enabled"
465 } 470 }
466 ] 471 ]
467 } 472 }
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