commit | 22f80fd2c9b33659455044fa3236aeaf425ff85f | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <[email protected]> | Thu Nov 12 18:58:08 2020 |
committer | Commit Bot <[email protected]> | Thu Nov 12 18:58:08 2020 |
tree | 058a9fb9d986e5977c51b17b158830aba2a4be4f | |
parent | db1ae07971559064fdea26910434406a27275e25 [diff] |
[Sync] Introduce the flag indicating that there are no other clients Clients will send the flag which will indicate that the client is not aware of any other clients. This is useful to prevent trying to send invalidations from the server. The single client flag is calculated based on known device infos. Devices which don't have recent enough updates are considered non-active. Bug: 1145942 Change-Id: Ia24cb880e361b65796ea8c516ef38c1bfed58b12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533775 Commit-Queue: Rushan Suleymanov <[email protected]> Reviewed-by: Marc Treib <[email protected]> Cr-Commit-Position: refs/heads/master@{#826891}
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.
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.