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

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

Issue 2855673002: Tweak client-side default scheduler configs to match latest server configs. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ios/web/app/web_main_loop.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "platforms": [ 356 "platforms": [
357 "android", 357 "android",
358 "chromeos", 358 "chromeos",
359 "ios", 359 "ios",
360 "linux", 360 "linux",
361 "mac", 361 "mac",
362 "win" 362 "win"
363 ], 363 ],
364 "experiments": [ 364 "experiments": [
365 { 365 {
366 "name": "Default", 366 "//1": "Enable on-by-default redirections with default",
367 "//2": "client-side init params (ref.",
368 "//3": "GetDefaultTaskSchedulerInitParams() in",
369 "//4": "browser_main_loop.cc).",
370 "name": "RedirectWithDefaultInitParams",
367 "params": { 371 "params": {
368 "RedirectSequencedWorkerPools": "true" 372 "RedirectSequencedWorkerPools": "true"
369 } 373 }
370 }, 374 },
371 { 375 {
372 "name": "EnableViaFlag", 376 "name": "EnableViaFlag",
373 "forcing_flag": "enable-browser-task-scheduler", 377 "forcing_flag": "enable-browser-task-scheduler",
374 "params": { 378 "params": {
375 "RedirectHistoryService": "true", 379 "RedirectHistoryService": "true",
376 "RedirectNonUINonIOBrowserThreads": "true", 380 "RedirectNonUINonIOBrowserThreads": "true",
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3353 {
3350 "name": "Enabled", 3354 "name": "Enabled",
3351 "enable_features": [ 3355 "enable_features": [
3352 "use-new-media-cache" 3356 "use-new-media-cache"
3353 ] 3357 ]
3354 } 3358 }
3355 ] 3359 ]
3356 } 3360 }
3357 ] 3361 ]
3358 } 3362 }
OLDNEW
« no previous file with comments | « ios/web/app/web_main_loop.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698