commit | 58050bdc1ab75c96cda6018468279be42dd9c6ff | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Tue May 13 12:50:27 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 12:50:27 2025 |
tree | a1a1c3cc6cc1fad6dd95f48db65856ce070ee84f | |
parent | 5bb5374dfcb1e60bf00cb2e859c4c2c587fdb04b [diff] |
[Shared Tab Groups] Add version field to the specifics This CL adds a version field to the SharedTabGroupDataSpecifics. This is intended to be used in conjunction with newly added fields to the specifics in future as future code will be able to determine whether the field was written by a client that supported it or just carried over by an old client which didn't understand the field. In this CL, all the write paths are covered so that the proto will always contain the version field. The read path isn't implemented and left for future work when a case arises. Bug: 372192105 Change-Id: I6f987ddbf18dc3c11b03a9544bc2b2c4addec590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6533621 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Tommy Nyquist <nyquist@chromium.org> Reviewed-by: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#1459378}
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.