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

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

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 } 216 }
217 ], 217 ],
218 "TokenBinding": [ 218 "TokenBinding": [
219 { 219 {
220 "enable_features": [ 220 "enable_features": [
221 "token-binding" 221 "token-binding"
222 ], 222 ],
223 "group_name": "TokenBinding" 223 "group_name": "TokenBinding"
224 } 224 }
225 ], 225 ],
226 "V8CacheStrategiesForCacheStorage": [
227 {
228 "group_name": "none"
229 },
230 {
231 "group_name": "normal"
232 },
233 {
234 "group_name": "aggressive"
235 }
236 ],
226 "VarationsServiceControl": [ 237 "VarationsServiceControl": [
227 { 238 {
228 "group_name": "Interval_30min", 239 "group_name": "Interval_30min",
229 "params": { 240 "params": {
230 "fetch_period_min": "30" 241 "fetch_period_min": "30"
231 } 242 }
232 } 243 }
233 ], 244 ],
234 "WebFontsIntervention": [ 245 "WebFontsIntervention": [
235 { 246 {
(...skipping 20 matching lines...) Expand all
256 ], 267 ],
257 "use-new-media-cache": [ 268 "use-new-media-cache": [
258 { 269 {
259 "enable_features": [ 270 "enable_features": [
260 "use-new-media-cache" 271 "use-new-media-cache"
261 ], 272 ],
262 "group_name": "Enabled" 273 "group_name": "Enabled"
263 } 274 }
264 ] 275 ]
265 } 276 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698