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

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

Issue 2690183002: RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk.
Patch Set: update dependency Created 3 years, 8 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "chromeos", 287 "chromeos",
288 "ios", 288 "ios",
289 "linux", 289 "linux",
290 "mac", 290 "mac",
291 "win" 291 "win"
292 ], 292 ],
293 "experiments": [ 293 "experiments": [
294 { 294 {
295 "name": "Default", 295 "name": "Default",
296 "params": { 296 "params": {
297 "RedirectNonUINonIOBrowserThreads": "true",
297 "RedirectSequencedWorkerPools": "true" 298 "RedirectSequencedWorkerPools": "true"
298 } 299 }
299 }, 300 },
300 { 301 {
301 "name": "EnableViaFlag", 302 "name": "EnableViaFlag",
302 "forcing_flag": "enable-browser-task-scheduler", 303 "forcing_flag": "enable-browser-task-scheduler",
303 "params": { 304 "params": {
304 "RedirectHistoryService": "true", 305 "RedirectHistoryService": "true",
305 "RedirectNonUINonIOBrowserThreads": "true", 306 "RedirectNonUINonIOBrowserThreads": "true",
306 "RedirectSequencedWorkerPools": "true" 307 "RedirectSequencedWorkerPools": "true"
(...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 { 3057 {
3057 "name": "Enabled", 3058 "name": "Enabled",
3058 "enable_features": [ 3059 "enable_features": [
3059 "use-new-media-cache" 3060 "use-new-media-cache"
3060 ] 3061 ]
3061 } 3062 }
3062 ] 3063 ]
3063 } 3064 }
3064 ] 3065 ]
3065 } 3066 }
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