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

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

Issue 2486603003: Redirect HistoryService thread to TaskScheduler via a field trial. (Closed)
Patch Set: CR brettw #17 (do not involve chrome_browser_main) Created 4 years 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 | « components/history/core/browser/history_service.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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "name": "Default" 215 "name": "Default"
216 }, 216 },
217 { 217 {
218 "name": "EnableViaFlag", 218 "name": "EnableViaFlag",
219 "forcing_flag": "enable-browser-task-scheduler", 219 "forcing_flag": "enable-browser-task-scheduler",
220 "params": { 220 "params": {
221 "Background": "3;8;0.1;0;30000", 221 "Background": "3;8;0.1;0;30000",
222 "BackgroundFileIO": "3;8;0.1;0;30000", 222 "BackgroundFileIO": "3;8;0.1;0;30000",
223 "Foreground": "8;32;0.3;0;30000", 223 "Foreground": "8;32;0.3;0;30000",
224 "ForegroundFileIO": "8;32;0.3;0;30000", 224 "ForegroundFileIO": "8;32;0.3;0;30000",
225 "RedirectHistoryService": "true",
225 "RedirectSequencedWorkerPools": "true" 226 "RedirectSequencedWorkerPools": "true"
226 } 227 }
227 }, 228 },
228 { 229 {
229 "name": "DisableViaFlag", 230 "name": "DisableViaFlag",
230 "forcing_flag": "disable-browser-task-scheduler" 231 "forcing_flag": "disable-browser-task-scheduler"
231 } 232 }
232 ] 233 ]
233 } 234 }
234 ], 235 ],
(...skipping 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 { 2391 {
2391 "name": "Enabled", 2392 "name": "Enabled",
2392 "enable_features": [ 2393 "enable_features": [
2393 "use-new-media-cache" 2394 "use-new-media-cache"
2394 ] 2395 ]
2395 } 2396 }
2396 ] 2397 ]
2397 } 2398 }
2398 ] 2399 ]
2399 } 2400 }
OLDNEW
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698