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

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: CR feedback: Only one group, and use new API. 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
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | 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 "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"
332 }
333 ],
329 "SchedulerExpensiveTaskBlocking": [ 334 "SchedulerExpensiveTaskBlocking": [
330 { 335 {
331 "group_name": "Enabled" 336 "group_name": "Enabled"
332 } 337 }
333 ], 338 ],
334 "SdchPersistence": [ 339 "SdchPersistence": [
335 { 340 {
336 "group_name": "Enabled" 341 "group_name": "Enabled"
337 } 342 }
338 ], 343 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 ], 410 ],
406 "use-new-media-cache": [ 411 "use-new-media-cache": [
407 { 412 {
408 "enable_features": [ 413 "enable_features": [
409 "use-new-media-cache" 414 "use-new-media-cache"
410 ], 415 ],
411 "group_name": "Enabled" 416 "group_name": "Enabled"
412 } 417 }
413 ] 418 ]
414 } 419 }
OLDNEW
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698