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

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: Fixed compilation error on unsupported platforms 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..17186f0762246f40714cb53f53b9b8e7a5c082a7 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
@@ -125,10 +125,6 @@ class DataReductionProxySettings
// flag or Finch trial.
static bool IsPreconnectHintingAllowed();
- // Returns true if the Via header indicates that this request was fetched
- // explicitly via the Chrome Proxy.
- static bool WasFetchedViaProxy(const net::HttpResponseHeaders* headers);
-
// Returns the URL of the data reduction proxy.
static std::string GetDataReductionProxyOrigin();

Powered by Google App Engine
This is Rietveld 408576698