tree: 8983a7a317c667d9f718bc9f85eb100388d3a8da
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. OWNERS
  5. README.md
  6. tab_context_sync_service.cc
  7. tab_context_sync_service.h
components/sync_tab_context/README.md

Sync Tab Context component

Component responsible for sync-ing tab context to the user's account and across devices in a privacy-preserving manner leaning on strong encryption.

The main public API is exposed via TabContextSyncService, offering a platform-agnostic API to upload tab context via explicit function calls. This functionality will be supported on desktop and mobile platforms.