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 2430733002: Revert of Add BrowserScheduler field trial to testing config for desktop. (Closed)
Patch Set: Created 4 years, 2 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 174 {
175 "platforms": [ 175 "platforms": [
176 "win" 176 "win"
177 ], 177 ],
178 "experiments": [ 178 "experiments": [
179 { 179 {
180 "name": "Enabled" 180 "name": "Enabled"
181 } 181 }
182 ] 182 ]
183 } 183 }
184 ],
185 "BrowserScheduler": [
186 {
187 "platforms": [
188 "chromeos",
189 "linux",
190 "mac",
191 "win"
192 ],
193 "experiments": [
194 {
195 "name": "Enabled",
196 "params": {
197 "Background": "3;8;0.1;0;30000",
198 "BackgroundFileIO": "3;8;0.1;0;30000",
199 "Foreground": "8;32;0.3;0;30000",
200 "ForegroundFileIO": "8;32;0.3;0;30000",
201 "RedirectSequencedWorkerPools": "true"
202 }
203 }
204 ]
205 }
206 ], 184 ],
207 "CaptivePortalInterstitial": [ 185 "CaptivePortalInterstitial": [
208 { 186 {
209 "platforms": [ 187 "platforms": [
210 "chromeos", 188 "chromeos",
211 "linux", 189 "linux",
212 "mac", 190 "mac",
213 "win" 191 "win"
214 ], 192 ],
215 "experiments": [ 193 "experiments": [
(...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 { 2188 {
2211 "name": "Enabled", 2189 "name": "Enabled",
2212 "enable_features": [ 2190 "enable_features": [
2213 "use-new-media-cache" 2191 "use-new-media-cache"
2214 ] 2192 ]
2215 } 2193 }
2216 ] 2194 ]
2217 } 2195 }
2218 ] 2196 ]
2219 } 2197 }
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