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

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

Issue 2597013005: Revert of Enable BrowserScheduler.RedirectHistoryService experiment on trunk. (Closed)
Patch Set: Created 3 years, 12 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 | « 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "platforms": [ 205 "platforms": [
206 "android", 206 "android",
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": {
217 "RedirectHistoryService": "true"
218 }
219 }, 216 },
220 { 217 {
221 "name": "EnableViaFlag", 218 "name": "EnableViaFlag",
222 "forcing_flag": "enable-browser-task-scheduler", 219 "forcing_flag": "enable-browser-task-scheduler",
223 "params": { 220 "params": {
224 "RedirectHistoryService": "true", 221 "RedirectHistoryService": "true",
225 "RedirectNonUINonIOBrowserThreads": "true", 222 "RedirectNonUINonIOBrowserThreads": "true",
226 "RedirectSequencedWorkerPools": "true" 223 "RedirectSequencedWorkerPools": "true"
227 } 224 }
228 }, 225 },
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 { 2506 {
2510 "name": "Enabled", 2507 "name": "Enabled",
2511 "enable_features": [ 2508 "enable_features": [
2512 "use-new-media-cache" 2509 "use-new-media-cache"
2513 ] 2510 ]
2514 } 2511 }
2515 ] 2512 ]
2516 } 2513 }
2517 ] 2514 ]
2518 } 2515 }
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