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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h

Issue 156373002: Support for new data reduction proxy via header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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: chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
index f44f56e54a16936bbffc00091bee6568fd881a94..755ca9263fdab1418df4a1e0179133086c602ca5 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
@@ -126,7 +126,7 @@ class DataReductionProxySettings
static bool IsPreconnectHintingAllowed();
// Returns true if the Via header indicates that this request was fetched
- // explicitly via the Chrome Proxy.
+ // explicitly via the data reduction proxy.
static bool WasFetchedViaProxy(const net::HttpResponseHeaders* headers);
// Returns the URL of the data reduction proxy.

Powered by Google App Engine
This is Rietveld 408576698