We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22b0b4 commit 49cd189Copy full SHA for 49cd189
chromium_src/net/url_request/redirect_util.cc
@@ -20,12 +20,12 @@ void RedirectUtil::UpdateHttpRequest(
20
HttpRequestHeaders* request_headers,
21
bool* should_clear_upload) {
22
UpdateHttpRequest_ChromiumImpl(original_url,
23
- original_method,
24
- redirect_info,
25
- removed_headers,
26
- modified_headers,
27
- request_headers,
28
- should_clear_upload);
+ original_method,
+ redirect_info,
+ removed_headers,
+ modified_headers,
+ request_headers,
+ should_clear_upload);
29
// Hack for dropping referrer at the network layer.
30
if (removed_headers) {
31
if (removed_headers->end() != std::find(removed_headers->begin(),
0 commit comments