1The webdata component manages the "web database", a SQLite database stored in
2the user's profile containing various webpage-related metadata such as autofill
3and web search engine data.
4
5This component is not allowed to depend on content/, because it is used by iOS.
6If dependencies on content/ need to be added, this component will have to be
7made into a layered component: see
8https://www.chromium.org/developers/design-documents/layered-components-design .
9