commit | 8978a2b4bc29798ba98792424b4c7eea0a67632f | [log] [tgz] |
---|---|---|
author | Zelin Liu <zelin@chromium.org> | Wed Dec 13 01:59:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 01:59:17 2023 |
tree | f7e431f5250e3bc0fcb36a16b634b4e332b7e560 | |
parent | d4b1083dfd1889ff737c70a84c0b564f2b060bcc [diff] |
Add LacrosShelfItemTracker This CL introduces a new crosapi interface LacrosShelfItemTracker. LacrosShelfItemTracker allows Lacros to integrate windows with Ash shelf. Different windows with the same |item_id| will be grouped under a single Shelf item. |instance_type| denotes the client of the window (i.e. is it for an app or dialog?) and allows the construction of a corresponding ShelfItemDelegate. |icon| is the optional Shelf item icon. Change-Id: I84bdd51fd869b88f527090c48341aac86dc93a26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5008771 Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Zelin Liu <zelin@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1236733}
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.