commit | b9593b09dbbe3745817a6e410aefe91229e490b2 | [log] [tgz] |
---|---|---|
author | Nan Lin <linnan@chromium.org> | Tue May 17 14:52:53 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 17 14:52:53 2022 |
tree | 477179b63ce7fe78e98412fca9d6cda5e7231659 | |
parent | d79eec580fd64a2b5fa5db4e366af3fcba04a266 [diff] |
Replace early return with DCHECK for untrustworthy origin in AttributionDataHostManagerImpl::RegisterDataHost The untrustworthy origin case is early returned in AttributionHost::RegisterDataHost, therefore it's guaranteed to be secure in AttributionDataHostManagerImpl::RegisterDataHost. Change-Id: I8c32bb70ba6c171b929c8d0cd28101b1d53061ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3651360 Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Commit-Queue: Nan Lin <linnan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1004258}
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.