commit | fed1353a9123e35d2960ade49a83191c053569ce | [log] [tgz] |
---|---|---|
author | Evelynn Kaplan <evelynn.kaplan@microsoft.com> | Fri Jul 26 17:38:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 26 17:38:30 2024 |
tree | aa2fc87af3e6ce573c0ad5c2ee2e9cc7460f1fd5 | |
parent | a01fe8a73d31ed7148003fe158fdda472f3b10e2 [diff] |
[views-ax] Remove use of deprecated View::SetAccessibleRole This CL migrates a caller from using `View::SetAccessibleRole` to the new `ViewAccessibility::SetRole` in `SplitViewDividerView`. This change does not introduce any behavior change and is just a rename. This is a follow-up to CL:5579232. This CL is part of the ViewsAX project: https://docs.google.com/document/d/1Ku7HOyDsiZem1yaV6ccZ-tz3lO2XR2NEcm8HjR6d-VY/edit Bug: 325137417 Change-Id: I579e140238f514cea3962ba279d303171f4c4918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5742121 Reviewed-by: Jacques Newman <janewman@microsoft.com> Commit-Queue: Evelynn Kaplan <evelynn.kaplan@microsoft.com> Reviewed-by: Sophie Wen <sophiewen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1333656}
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.