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

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

Issue 2791933004: Revert of RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk. (Closed)
Patch Set: 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",
298 "RedirectSequencedWorkerPools": "true" 297 "RedirectSequencedWorkerPools": "true"
299 } 298 }
300 }, 299 },
301 { 300 {
302 "name": "EnableViaFlag", 301 "name": "EnableViaFlag",
303 "forcing_flag": "enable-browser-task-scheduler", 302 "forcing_flag": "enable-browser-task-scheduler",
304 "params": { 303 "params": {
305 "RedirectHistoryService": "true", 304 "RedirectHistoryService": "true",
306 "RedirectNonUINonIOBrowserThreads": "true", 305 "RedirectNonUINonIOBrowserThreads": "true",
307 "RedirectSequencedWorkerPools": "true" 306 "RedirectSequencedWorkerPools": "true"
(...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 { 3056 {
3058 "name": "Enabled", 3057 "name": "Enabled",
3059 "enable_features": [ 3058 "enable_features": [
3060 "use-new-media-cache" 3059 "use-new-media-cache"
3061 ] 3060 ]
3062 } 3061 }
3063 ] 3062 ]
3064 } 3063 }
3065 ] 3064 ]
3066 } 3065 }
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