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

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

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.h
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h
index 4c28498f79ffdbf080422210b703a2512873b85c..5598c26acc7f34ff35aa7ad5fb8a8bf6fa9da71e 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h
@@ -39,8 +39,8 @@ bool IsRequestIdempotent(const net::URLRequest* request);
// Sets the override headers to contain a status line that indicates a
// redirect (a 302), a "Location:" header that points to the request url,
-// and sets load flags to bypass proxies. Visible as part of the public API for
-// testing.
+// and sets load flags to bypass proxies.
+// Visible as part of the public API for testing.
void OverrideResponseAsRedirect(
net::URLRequest* request,
const net::HttpResponseHeaders* original_response_headers,

Powered by Google App Engine
This is Rietveld 408576698