commit | b8465ff7fb2bb3ad71dca8fe5eb1360f8c450010 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <[email protected]> | Fri Jan 04 18:44:35 2019 |
committer | Commit Bot <[email protected]> | Fri Jan 04 18:44:35 2019 |
tree | c6792055753756066dc8f86aa46f95411842deec | |
parent | df6641f245478c0da2a03a0d7458df620d4ae1dd [diff] |
Increase scope of URLLoader::FollowRedirect() API implementation. URLLoader::FollowRedirect() takes two arguments: |removed_headers| and |modified_headers|. This is partially implemented. This CL is essentially plumbing to improve support for this two arguments. Notable changes: 1) |modified_headers| was exposed from content/public, now |removed_headers| is exposed as well. Tests are added. 2) In particular, NavigationURLLoader and ThrottlingURLLoader now supports |removed_headers|. [email protected],[email protected] Bug: 911105 Change-Id: I46916d98a3900c331b25bd75eb51c21aef3e1533 Reviewed-on: https://chromium-review.googlesource.com/c/1369856 Commit-Queue: Arthur Sonzogni <[email protected]> Reviewed-by: Misha Efimov <[email protected]> Reviewed-by: Camille Lamy <[email protected]> Reviewed-by: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#620011}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .