Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1174)

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc

Issue 333113002: Move data reduction proxy to Chrome-Proxy header for authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flywheel-refactor-net-fake-a-redirect-response-headers-chrome-proxy-auth
Patch Set: errata Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc
index 53ece226733e4c12637891abcdb7f1691d877e6b..2ec31e750924280bffa3c74a7e7d0787ca2fccd6 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc
@@ -108,8 +108,8 @@ void OverrideResponseAsRedirect(
DCHECK(override_response_headers->get() == NULL);
request->SetLoadFlags(request->load_flags() |
- net::LOAD_DISABLE_CACHE |
- net::LOAD_BYPASS_PROXY);
+ net::LOAD_DISABLE_CACHE |
+ net::LOAD_BYPASS_PROXY);
*override_response_headers = new net::HttpResponseHeaders(
original_response_headers->raw_headers());
(*override_response_headers)->ReplaceStatusLine("HTTP/1.1 302 Found");

Powered by Google App Engine
This is Rietveld 408576698