commit | 62f94bd5adf55b3a7eae0c7a14fcf957a3c79d7d | [log] [tgz] |
---|---|---|
author | Will Harris <[email protected]> | Wed Aug 11 16:48:40 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Aug 11 16:48:40 2021 |
tree | 1420c53f8f239786f2e18a790c18398c3c617b22 | |
parent | 69bca7239c4186e0392296f376ddf05db2a0f3fa [diff] |
Change transport_security_persister_path param to be a path to a file. This CL changes transport_security_persister_path parameter in the NetworkContextParams to be a full file path rather than a path to a folder that contains a fixed file called "TransportSecurity". This is to support the network sandbox as ACLs need to be set on these files, so the full path must be known by the content layer rather than being only known by net layer. This CL contains no functional changes and, in particular, does not change the path of the transport security persistent data. However, this CL intentionally changes the name of the parameter in the network context parameters and the order of the constructor parameters to ensure all callers update their code to pass a full file path rather than a path to a directory. BUG=1173622 Change-Id: Ie135f90b76ef165fa60fbbb295aa5be792d28274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3082756 Reviewed-by: Matt Menke <[email protected]> Reviewed-by: Vasilii Sukhanov <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Commit-Queue: Will Harris <[email protected]> Cr-Commit-Position: refs/heads/master@{#910861}
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.