commit | 4ba4fa686f2a66964193bf744dd365702a6606b2 | [log] [tgz] |
---|---|---|
author | Evelynn Kaplan <evelynn.kaplan@microsoft.com> | Tue Feb 04 20:43:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 04 20:43:01 2025 |
tree | 0613110f95bcf5bdc2c318ed9aeace48e9accd06 | |
parent | 29c4315c9fc1d83f300fea98d8f6f56f8905fd6c [diff] |
[views-ax] Remove unneeded TODO in ash::PowerTrayView This CL removes a TODO in ash::PowerTrayView that called for investigating whether a line of code was necessary. Upon further investigation, the line of code is useful -- it is setting the accessible name of a child view to match the parent's accessible name. The TODO was added as part of a large CL and we think the meaning of the code in question got confused as part of the large change. Bug: 325137417 Change-Id: I09cc0a713d325c8fec9736da7fc374d1344d47b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216482 Reviewed-by: Javier Contreras <javiercon@microsoft.com> Commit-Queue: Evelynn Kaplan <evelynn.kaplan@microsoft.com> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1415771}
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.