Index: components/data_reduction_proxy/common/data_reduction_proxy_headers.h |
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/common/data_reduction_proxy_headers.h |
index 88b0cd054b8423d83d01beeb78fe7d0be5a6ce6d..c2ca1df5f15aafe4dec8622c0aedd127a0a1efe0 100644 |
--- a/components/data_reduction_proxy/common/data_reduction_proxy_headers.h |
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_headers.h |
@@ -14,6 +14,9 @@ |
namespace data_reduction_proxy { |
+// Data Reduction Proxy's Via header tag. |
+extern const char* kDataReductionProxyViaValues[2]; |
bengr
2014/07/11 18:22:49
I wouldn't expose these here. Can you have accesso
xingx
2014/07/15 04:51:36
With modified HasDataReductionProxyViaHeader, I do
|
+ |
// Contains instructions contained in the Chrome-Proxy header. |
struct DataReductionProxyInfo { |
DataReductionProxyInfo() : bypass_all(false) {} |