commit | bb1f068a10de9d08b4180de0c596882024d89a58 | [log] [tgz] |
---|---|---|
author | Finnur Thorarinsson <finnur@chromium.org> | Tue Nov 19 21:36:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 21:36:08 2024 |
tree | 0a8fbccab378a5e1581fb4072f98c4133006a9fd | |
parent | 90ec8514e7dfcdd3ead100d80017baad60505e5b [diff] |
[NavCapture]: Migrate away from Find[Installed]AppWithUrlInScopes. This is an intermediary no-op step where we switch calls to Find[Installed]AppWithUrlInScopes over to calls to FindBestAppWithUrlInScopes (which is what these functions do internally). This change is for directory: chrome/browser/banners Planned (but beyond the scope of this CL) is an effort to evaluate all call sites of FindBestAppWithUrlInScopes for correctness and introduce new helpers, that hopefully will be more resistant to incorrect use. Design doc: https://docs.google.com/document/d/14JPgYUVX8ECAMdXlp6GwXP-ucXnIIPXjTfxWt-WINLo/edit?usp=sharing This CL was uploaded by git cl split. R=cmp@chromium.org Bug: 340952100 Change-Id: Ifb0d8a2b1235c6e7886ac5e42718713dfb62bed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033420 Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385228}
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.