tree: 683a4263b28a393a0222d8e6e58d5b6f08a362a2
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. OWNERS
  5. README.md
  6. web_data_service_wrapper.cc
  7. web_data_service_wrapper.h
  8. web_data_service_wrapper_factory.cc
  9. web_data_service_wrapper_factory.h
  10. web_data_service_wrapper_unittest.cc
components/webdata_services/README.md

The webdata services component contains the wrappers used to access the specific services built atop the web database (see //components/webdata/). Because there is a single database instance, the various services accessing different tables are created and destroyed together, and this component is what does that tying together.