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

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

Issue 1924983002: Enable V4LocalDatabaseManager based on Finch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor. CR feedback. 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 } 319 }
320 ], 320 ],
321 "SafeBrowsingUpdateFrequency": [ 321 "SafeBrowsingUpdateFrequency": [
322 { 322 {
323 "group_name": "UpdateTime15m", 323 "group_name": "UpdateTime15m",
324 "params": { 324 "params": {
325 "NextUpdateIntervalInMinutes": "15" 325 "NextUpdateIntervalInMinutes": "15"
326 } 326 }
327 } 327 }
328 ], 328 ],
329 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
330 {
331 "group_name": "Enabled"
rkaplow 2016/05/02 16:27:35 you only needed one group here to be tested. Likel
vakh (use Gerrit instead) 2016/05/02 22:04:34 Done.
332 },
333 {
334 "group_name": "Disabled"
335 },
336 {
337 "group_name": "Default"
338 }
339 ],
329 "SchedulerExpensiveTaskBlocking": [ 340 "SchedulerExpensiveTaskBlocking": [
330 { 341 {
331 "group_name": "Enabled" 342 "group_name": "Enabled"
332 } 343 }
333 ], 344 ],
334 "SdchPersistence": [ 345 "SdchPersistence": [
335 { 346 {
336 "group_name": "Enabled" 347 "group_name": "Enabled"
337 } 348 }
338 ], 349 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 ], 416 ],
406 "use-new-media-cache": [ 417 "use-new-media-cache": [
407 { 418 {
408 "enable_features": [ 419 "enable_features": [
409 "use-new-media-cache" 420 "use-new-media-cache"
410 ], 421 ],
411 "group_name": "Enabled" 422 "group_name": "Enabled"
412 } 423 }
413 ] 424 ]
414 } 425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698