commit | 489d59531ae9616fd5ad3e5f2bdc1af6f64c3274 | [log] [tgz] |
---|---|---|
author | Daniel Murphy <dmurph@chromium.org> | Mon Jul 19 20:33:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 19 20:33:45 2021 |
tree | 63cb75a86480043b3028144e3bb747b690b69197 | |
parent | a19e207a69529f188274c8fcb476922982bab70b [diff] |
[WebAppProvider] Rename is_in_sync_install to a better name. This change renames is_in_sync_install (and derivatives) to is_from_sync_and_pending_installation. This name more clearly communicates the meaning and usage of the variable. Purely mechanical change, no functional changes. Change-Id: Ic7ca67fb387e2c2187e300e82f615d5a1f3c1b04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3032923 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/master@{#903158}
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.