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

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

Issue 2848413002: Revert of 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",
369 "RedirectSequencedWorkerPools": "true" 368 "RedirectSequencedWorkerPools": "true"
370 } 369 }
371 }, 370 },
372 { 371 {
373 "name": "EnableViaFlag", 372 "name": "EnableViaFlag",
374 "forcing_flag": "enable-browser-task-scheduler", 373 "forcing_flag": "enable-browser-task-scheduler",
375 "params": { 374 "params": {
376 "RedirectHistoryService": "true", 375 "RedirectHistoryService": "true",
377 "RedirectNonUINonIOBrowserThreads": "true", 376 "RedirectNonUINonIOBrowserThreads": "true",
378 "RedirectSequencedWorkerPools": "true" 377 "RedirectSequencedWorkerPools": "true"
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 { 3349 {
3351 "name": "Enabled", 3350 "name": "Enabled",
3352 "enable_features": [ 3351 "enable_features": [
3353 "use-new-media-cache" 3352 "use-new-media-cache"
3354 ] 3353 ]
3355 } 3354 }
3356 ] 3355 ]
3357 } 3356 }
3358 ] 3357 ]
3359 } 3358 }
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