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

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: 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 } 206 }
207 ], 207 ],
208 "TokenBinding": [ 208 "TokenBinding": [
209 { 209 {
210 "enable_features": [ 210 "enable_features": [
211 "token-binding" 211 "token-binding"
212 ], 212 ],
213 "group_name": "TokenBinding" 213 "group_name": "TokenBinding"
214 } 214 }
215 ], 215 ],
216 "V8CacheStrategiesForCacheStorage": [
217 {
218 "group_name": "none"
219 },
220 {
221 "group_name": "normal"
222 },
223 {
224 "group_name": "aggressive"
225 }
226 ],
216 "VarationsServiceControl": [ 227 "VarationsServiceControl": [
217 { 228 {
218 "group_name": "Interval_30min", 229 "group_name": "Interval_30min",
219 "params": { 230 "params": {
220 "fetch_period_min": "30" 231 "fetch_period_min": "30"
221 } 232 }
222 } 233 }
223 ], 234 ],
224 "WebFontsIntervention": [ 235 "WebFontsIntervention": [
225 { 236 {
(...skipping 20 matching lines...) Expand all
246 ], 257 ],
247 "use-new-media-cache": [ 258 "use-new-media-cache": [
248 { 259 {
249 "enable_features": [ 260 "enable_features": [
250 "use-new-media-cache" 261 "use-new-media-cache"
251 ], 262 ],
252 "group_name": "Enabled" 263 "group_name": "Enabled"
253 } 264 }
254 ] 265 ]
255 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698