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

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

Issue 2553953002: Split initialization_util into a Hermetic Library and a Variations Library (Closed)
Patch Set: Quick Adjustments 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "win" 211 "win"
212 ], 212 ],
213 "experiments": [ 213 "experiments": [
214 { 214 {
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",
222 "BackgroundFileIO": "3;8;0.1;0;30000",
223 "Foreground": "8;32;0.3;0;30000",
224 "ForegroundFileIO": "8;32;0.3;0;30000",
225 "RedirectHistoryService": "true", 221 "RedirectHistoryService": "true",
226 "RedirectSequencedWorkerPools": "true" 222 "RedirectSequencedWorkerPools": "true"
227 } 223 }
228 }, 224 },
229 { 225 {
230 "name": "DisableViaFlag", 226 "name": "DisableViaFlag",
231 "forcing_flag": "disable-browser-task-scheduler" 227 "forcing_flag": "disable-browser-task-scheduler"
232 } 228 }
233 ] 229 ]
234 } 230 }
(...skipping 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after
2411 { 2407 {
2412 "name": "Enabled", 2408 "name": "Enabled",
2413 "enable_features": [ 2409 "enable_features": [
2414 "use-new-media-cache" 2410 "use-new-media-cache"
2415 ] 2411 ]
2416 } 2412 }
2417 ] 2413 ]
2418 } 2414 }
2419 ] 2415 ]
2420 } 2416 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698