OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |