commit | 61823a00728ab4e54cde4e6d131f8b156079a8ba | [log] [tgz] |
---|---|---|
author | Daniel Murphy <dmurph@chromium.org> | Wed Aug 12 21:42:33 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 12 21:42:33 2020 |
tree | f0dfa7f81761f1bbdbc4d6ecc506de341138f67c | |
parent | 7ad4cef4ea39922437846b3463f546b0d0201c43 [diff] |
[WebAppProvider] Enforce that WebAppInstallTask may only be used once While reading the code it isn't clear the WebAppInstallTask may only be used once. Adding DCHECKs and a comment to clarify this for future readers. R=loyso@chromium.org Change-Id: I08c188ac9eaef53ab7b9a82f0bbd93f383a5e936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300830 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Alexey Baskakov <loyso@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Auto-Submit: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#797429}
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.
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.