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

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

Issue 2856583002: Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk (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 | « content/browser/browser_main_loop.cc ('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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "name": "Default",
367 "params": { 367 "params": {
368 "RedirectNonUINonIOBrowserThreads": "true",
368 "RedirectSequencedWorkerPools": "true" 369 "RedirectSequencedWorkerPools": "true"
369 } 370 }
370 }, 371 },
371 { 372 {
372 "name": "EnableViaFlag", 373 "name": "EnableViaFlag",
373 "forcing_flag": "enable-browser-task-scheduler", 374 "forcing_flag": "enable-browser-task-scheduler",
374 "params": { 375 "params": {
375 "RedirectHistoryService": "true", 376 "RedirectHistoryService": "true",
376 "RedirectNonUINonIOBrowserThreads": "true", 377 "RedirectNonUINonIOBrowserThreads": "true",
377 "RedirectSequencedWorkerPools": "true" 378 "RedirectSequencedWorkerPools": "true"
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3350 {
3350 "name": "Enabled", 3351 "name": "Enabled",
3351 "enable_features": [ 3352 "enable_features": [
3352 "use-new-media-cache" 3353 "use-new-media-cache"
3353 ] 3354 ]
3354 } 3355 }
3355 ] 3356 ]
3356 } 3357 }
3357 ] 3358 ]
3358 } 3359 }
OLDNEW
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698