tree: 5a5b5505e370edd8f8546d57a2188047f659ba7d [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. OWNERS
  4. README.md
  5. web_data_service_wrapper.cc
  6. web_data_service_wrapper.h
  7. 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.