commit | 7e3672aba32d45d1ba04326c8e4235be50c2a47d | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <rushans@google.com> | Fri Mar 25 15:07:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 25 15:07:03 2022 |
tree | 4f199823c1ef8edbfdd5418a37dcd59d9e23db3b | |
parent | a57553f93a9070fcf3cb574246e8365ec907c1c4 [diff] |
[Sync] Unsibscribe from topic-based invalidations When standalone invalidations are enabled, we don't want to receive topic-based invalidations. Updating interested topics after browser startup doesn't unsubscribe from previously registered topics. This CL extends invalidation service's interface to explicitly unsubscribe from all topics which the handler is not interested in. Bug: 1305524, 1051893 Change-Id: I995eac23c1808092399590fc14faa5ef8dff77d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3548296 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#985303}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.