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

Unified Diff: net/proxy/proxy_server.h

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed code review comments by asvitkine@. Created 6 years, 5 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: net/proxy/proxy_server.h
diff --git a/net/proxy/proxy_server.h b/net/proxy/proxy_server.h
index 27b8b049e509149e9c4950fc74dc4f530c4e1210..1ff65367285aefba0e305303a773cf0b92e1f1fb 100644
--- a/net/proxy/proxy_server.h
+++ b/net/proxy/proxy_server.h
@@ -154,14 +154,6 @@ class NET_EXPORT ProxyServer {
return host_port_pair_ < other.host_port_pair_;
}
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
- // Returns true if this proxy server is the data reduction proxy or its
- // fallback, respectively, as configured in gyp. These functions will return
- // false for data reduction proxy servers specified on the command line.
- bool isDataReductionProxy() const;
- bool isDataReductionProxyFallback() const;
-#endif // defined(SPDY_PROXY_AUTH_ORIGIN)
-
private:
// Creates a ProxyServer given a scheme, and host/port string. If parsing the
// host/port string fails, the returned instance will be invalid.

Powered by Google App Engine
This is Rietveld 408576698