commit | cc3fc77ea55aa41ae4443b93253dc02cf9740198 | [log] [tgz] |
---|---|---|
author | Tommy Nyquist <nyquist@chromium.org> | Thu Dec 12 01:07:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 12 01:07:03 2024 |
tree | ba87a72cb45adb057c0676d7b7f7c0f86aaff6a8 | |
parent | 277d8f9281d02891f850a366f11e066933b5ce79 [diff] |
[messaging] Add support for looking up previous groups. Today if a collaboration is deleted, we only publish information about the GroupId that was deleted. However, we need to display to the user information about the group, such as the name. This CL therefore adds support for an in-memory storage of deleted groups so we can look them up later before displaying messages to the end user. Bug: 378421402 Change-Id: I0161c63c973c3ed558759768de9ec4e48fd7bd60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089639 Reviewed-by: Siddhartha S <ssid@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395191}
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.