commit | 549ab3a009d17415638dda420698cbeaee1c557e | [log] [tgz] |
---|---|---|
author | Joanmarie Diggs <jdiggs@igalia.com> | Fri Sep 30 05:15:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 05:15:50 2022 |
tree | 4f33555e2788c21ba86235e83b7c404d6902f883 | |
parent | 3022281d08e386297f86c5f3f14bd63de8fc13af [diff] |
Migrate Ash PowerTrayView to AXNodeData::SetNameChecked AXNodeData::SetName was marked as deprecated in favor of SetNameChecked which includes DCHECKs for things expected to be true. This commit migrates PowerTrayView from SetName to SetNameChecked. AX-Relnotes: n/a Bug: 1348081 Change-Id: Ib89a2231da139c14f3bb4a4246bee6ee3721851b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3904911 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Auto-Submit: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/main@{#1053413}
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.