commit | 83154aa1d841d7619434ac933dccd496f2a17114 | [log] [tgz] |
---|---|---|
author | Nidhi Jaju <nidhijaju@chromium.org> | Tue Mar 28 06:34:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 28 06:34:36 2023 |
tree | 2a4ae14bc256c84b035621491e6bbbdfa4f1c2fa | |
parent | 116fc4a87b19fce9149644ca184c93ff7dc86c15 [diff] |
Allow inheritance from ReadIntoRequest ReadIntoRequest has two different implementations in the Streams spec. One is for read(), and the other is for ReadableByteStreamTee. Hence, this change makes ReadIntoRequest into a parent class which can be inherited from in both places. Bug: 1227496 Change-Id: I5ebe1145301f24913da044b701952e9bfecde80f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339338 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org> Cr-Commit-Position: refs/heads/main@{#1122863}
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.