Index: net/http/http_response_headers.cc |
diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc |
index 940c0484fad87939cec6a948ea7ae0421d4319b6..7ecf37a2352704f02685e9012c64a04c296999bd 100644 |
--- a/net/http/http_response_headers.cc |
+++ b/net/http/http_response_headers.cc |
@@ -1451,6 +1451,7 @@ bool HttpResponseHeaders::GetDataReductionProxyInfo( |
} |
return false; |
} |
+#endif // SPDY_PROXY_AUTH_ORIGIN |
bool HttpResponseHeaders::IsDataReductionProxyResponse() const { |
const size_t kVersionSize = 4; |
@@ -1479,6 +1480,7 @@ bool HttpResponseHeaders::IsDataReductionProxyResponse() const { |
return false; |
} |
+#if defined(SPDY_PROXY_AUTH_ORIGIN) |
ProxyService::DataReductionProxyBypassEventType |
HttpResponseHeaders::GetDataReductionProxyBypassEventType( |
DataReductionProxyInfo* data_reduction_proxy_info) const { |