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

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

Issue 2592813002: Enable BrowserScheduler.RedirectHistoryService experiment on trunk. (Closed)
Patch Set: merge up to r441948 Created 3 years, 11 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 | « no previous file | 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "chromeos", 207 "chromeos",
208 "ios", 208 "ios",
209 "linux", 209 "linux",
210 "mac", 210 "mac",
211 "win" 211 "win"
212 ], 212 ],
213 "experiments": [ 213 "experiments": [
214 { 214 {
215 "name": "Default", 215 "name": "Default",
216 "params": { 216 "params": {
217 "RedirectHistoryService": "true",
217 "RedirectSequencedWorkerPools": "true" 218 "RedirectSequencedWorkerPools": "true"
218 } 219 }
219 }, 220 },
220 { 221 {
221 "name": "EnableViaFlag", 222 "name": "EnableViaFlag",
222 "forcing_flag": "enable-browser-task-scheduler", 223 "forcing_flag": "enable-browser-task-scheduler",
223 "params": { 224 "params": {
224 "RedirectHistoryService": "true", 225 "RedirectHistoryService": "true",
225 "RedirectNonUINonIOBrowserThreads": "true", 226 "RedirectNonUINonIOBrowserThreads": "true",
226 "RedirectSequencedWorkerPools": "true" 227 "RedirectSequencedWorkerPools": "true"
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 { 2528 {
2528 "name": "Enabled", 2529 "name": "Enabled",
2529 "enable_features": [ 2530 "enable_features": [
2530 "use-new-media-cache" 2531 "use-new-media-cache"
2531 ] 2532 ]
2532 } 2533 }
2533 ] 2534 ]
2534 } 2535 }
2535 ] 2536 ]
2536 } 2537 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698