commit | d5aaf291ffe2bbf09cf9ab29f71214e47e2dbe9e | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon May 16 06:05:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 16 06:05:26 2022 |
tree | e97858e3673f8cc783bdfd9936aafe78fff9fa99 | |
parent | c2c37408ab61910534dd34d2d4e0db2cf723b7b3 [diff] |
Remove null checks for CorsURLLoaderFactory::context_ It is always non-null as the constructor has DCHECK and `const` is specified. Bug: N/A Change-Id: Ideb1ab17baa5cd3384a4954631f2c25ae5ca03b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3647227 Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1003633}
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.