0
Files
src/net
Matt Menke 56d2539f50 Remove URLRequest::set_delegate()
This method is no longer used. It was added so that
ResourceDispatcherHost could create a URLRequest itself, and then
pass it over to ResourceLoader, which took ownership and set itself as
the delegate. It also allowed the downloads code to create its own
URLRequests before handing them off to the RDH.

Also make URLRequest::get_upload() a test-only method. It had been used
to allow extensions to poke at upload data, which is no longer done in
the network stack. We could remove this method entirely, reworking the
tests that use it, but that's probably not worth the effort.

Bug: 934009
Change-Id: I9b2fc70da7b7d9867c396760b26d583067802b50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814393
Reviewed-by: Eric Roman <eroman@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698499}
2019-09-20 15:36:23 +00:00
..
2019-09-13 07:21:03 +00:00
2019-09-10 16:10:48 +00:00
2019-09-20 15:36:23 +00:00
2019-09-11 12:31:58 +00:00
2019-09-04 17:05:36 +00:00
2019-08-05 17:03:41 +00:00

TODO: Add network stack documentation. :)