commit | 97d64d80f20b7f36dcc55ea5165529f7c107217a | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon Nov 08 01:58:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 08 01:58:38 2021 |
tree | 2a9172381d24d0d71cdb65fc3b6bf94a1088d9e4 | |
parent | 4aedd6461efe6f05eff8ab5e326e348f2cd5211f [diff] |
Remove NetLogWithSource::IsCapturing() checks from HttpCache::Transaction These checks are redundant as BeginEvent()/EndEventWithNetErrorCode() checks IsCapturing() internally. This CL also changes a EndEvent() call with EndEventWithNetErrorCode() for consistency. Bug: N/A Change-Id: Ica2b0de7f04fd2595d882c3ddd093c392cb8e839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3267431 Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#939204}
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.