commit | 4fd842f8587936b08b2957b065989e77ec426219 | [log] [tgz] |
---|---|---|
author | msiem <msiem@chromium.org> | Mon Nov 18 12:11:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 18 12:11:12 2024 |
tree | 3bbf4c6469c50946b2ccc8fde542f12ba557787b | |
parent | 1a10eeaae6b184b160a5c5099653f8ec3d229dfd [diff] |
[PWA] Migration for removal of WebAppRegistrar::IsInstalled This refactors all calls to WebAppRegistrar::IsInstalled to instead use the new & supported method IsInstallState. This is a purely non-functional change. This change is for directory: ['chrome/browser/ash/app_mode', 'chrome/browser/chromeos/app_mode'] This CL was uploaded by git cl split. R=pbond@chromium.org Bug: 340952100 Change-Id: I70dd19b355553e000b78bc8c321ed239cf60024f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6020557 Reviewed-by: Polina Bondarenko <pbond@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Auto-Submit: May Siem <msiem@chromium.org> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1384260}
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.