tree: c9a4f88ac04c0c9408a2dfbc3d955c51f6b3c802
  1. BUILD.gn
  2. container_id.h
  3. DEPS
  4. DIR_METADATA
  5. OWNERS
  6. README.md
  7. tab_context_container_sync_bridge.cc
  8. tab_context_container_sync_bridge.h
  9. tab_context_container_sync_bridge_unittest.cc
  10. tab_context_sync_service.cc
  11. tab_context_sync_service.h
  12. tab_context_sync_service_impl.cc
  13. tab_context_sync_service_impl.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.