tree: 41e4eee70f2a0779875d925e5308dc926b830067
  1. allowlist_checker_client.cc
  2. allowlist_checker_client.h
  3. allowlist_checker_client_unittest.cc
  4. BUILD.gn
  5. database_manager.cc
  6. database_manager.h
  7. database_manager_unittest.cc
  8. DEPS
  9. fake_database_manager.cc
  10. fake_database_manager.h
  11. hash_prefix_container.cc
  12. hash_prefix_container.h
  13. hash_prefix_list.cc
  14. hash_prefix_list.h
  15. hash_prefix_list_unittest.cc
  16. hash_prefix_map.cc
  17. hash_prefix_map.h
  18. hash_prefix_map_unittest.cc
  19. OWNERS
  20. prefix_iterator.cc
  21. prefix_iterator.h
  22. README.md
  23. safebrowsing.proto
  24. sb_database.cc
  25. sb_database.h
  26. sb_database_unittest.cc
  27. sb_local_database_manager.cc
  28. sb_local_database_manager.h
  29. sb_local_database_manager_unittest.cc
  30. sb_protocol_manager_util.cc
  31. sb_protocol_manager_util.h
  32. sb_protocol_manager_util_unittest.cc
  33. sb_store.cc
  34. sb_store.h
  35. sb_store_file_format.h
  36. sb_update_protocol_manager.cc
  37. sb_update_protocol_manager.h
  38. test_database_manager.cc
  39. test_database_manager.h
  40. util.cc
  41. util.h
  42. util_unittest.cc
  43. v4_embedded_test_server_util.cc
  44. v4_embedded_test_server_util.h
  45. v4_get_hash_protocol_manager.cc
  46. v4_get_hash_protocol_manager.h
  47. v4_get_hash_protocol_manager_fuzzer.cc
  48. v4_get_hash_protocol_manager_unittest.cc
  49. v4_protocol_config.cc
  50. v4_protocol_config.h
  51. v4_protocol_manager_util.h
  52. v4_rice.cc
  53. v4_rice.h
  54. v4_rice_unittest.cc
  55. v4_store.cc
  56. v4_store.h
  57. v4_store.proto
  58. v4_store_fuzzer.cc
  59. v4_store_perftest.cc
  60. v4_store_unittest.cc
  61. v4_test_util.cc
  62. v4_test_util.h
  63. v4_update_protocol_manager.cc
  64. v4_update_protocol_manager.h
  65. v4_update_protocol_manager_unittest.cc
  66. v5_embedded_test_server_util.cc
  67. v5_embedded_test_server_util.h
  68. v5_get_hash_protocol_manager.cc
  69. v5_get_hash_protocol_manager.h
  70. v5_get_hash_protocol_manager_unittest.cc
  71. v5_hash_list_rice_decoder.cc
  72. v5_hash_list_rice_decoder.h
  73. v5_hash_list_rice_decoder_unittest.cc
  74. v5_rice.cc
  75. v5_rice.h
  76. v5_rice_unittest.cc
  77. v5_search_hashes_cache.cc
  78. v5_search_hashes_cache.h
  79. v5_search_hashes_cache_unittest.cc
  80. v5_search_hashes_util.cc
  81. v5_search_hashes_util.h
  82. v5_search_hashes_util_unittest.cc
  83. v5_store.cc
  84. v5_store.h
  85. v5_store_unittest.cc
  86. v5_update_protocol_manager.cc
  87. v5_update_protocol_manager.h
  88. v5_update_protocol_manager_unittest.cc
components/safe_browsing/core/browser/db/README.md

safe_browsing_db/ will contain the database-related code from existing safe_browsing/ directories, and will house the new Pver4 database+update implementation.

Examples of how to delete or rename an existing store are here: