commit | f6bf8d8754b0377d314428ad17fc88fb872ed9d0 | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Thu Jul 24 22:55:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 22:55:12 2025 |
tree | 8b50959fb8ceda0ec1aa0f226981d4f56fe13192 | |
parent | 0021be390a76b893df6d03b05c37b6c8345e4e6e [diff] |
Remove WebXRHandInput flag Removes the devices::features::WebXRHandInput flag which has been enabled by default for a while now. Note that due to platform limitations on Android, device::features::IsHandTrackingEnabled (as well as the corresponding java flag that queries this), still exists to hide UI where it doesn't make sense to be enabled, but this method is now simplified. Bug: 401029610 Change-Id: I620b024a2ec5107b9ac27dcde0e9d6506ead8990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6757258 Reviewed-by: Rick Byers <rbyers@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#1491660}
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.