commit | c0a03792d3d84074152d434478b15164e612a68b | [log] [tgz] |
---|---|---|
author | msiem <msiem@chromium.org> | Thu Feb 20 21:48:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 21:48:39 2025 |
tree | d7c3171f4d9ed899011e811356594152d045df19 | |
parent | 70e92a30f8cdf3d3331c8c13b2c00401ab10c1ce [diff] |
[PWA/NavCapture]: ifdef out user_link_capturing_preference on CrOS This CL removes some user link capturing behaviors from compiling on ChromeOS. Link capturing preferences & overlapping scopes have custom behavior on ChromeOS that use a different system separate from web_app_registrar. if-defing CapturesLinksInScope to prevent use in ChromeOS. This should be sufficient while assuming that the WebApp API itself is hidden away enough. There are files that do not build on CrOS so changes have not been done to them. Bug: 393418888 Change-Id: Ibfb38c67515d212422a7e9f45cc98f621f418f90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6259434 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: May Siem <msiem@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422788}
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.