tree: 8c3334d91b7aa89bd66e419353b76b0de888f29b [path history] [tgz]
  1. content/
  2. core/
  3. ios/
  4. metrics/
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/history/README.md

History Component

Component that manages visited URLs history.

History services

There are 3 different history services that fulfill different requirements:

  • HistoryService: manages and allows access to local-only history.
  • WebHistoryService: handles queries to history servers providing overall history access (local and remote), potentially including from other devices synced to the same account.
  • BrowsingHistoryService: is a layer on top of the two services above and SyncService that works transparently for both sync‘ing and non-sync’ing users.