Chromium Code Reviews| 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..0822a90bca51571f0c35daa993debbc0b31e11e7 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. |
| +const char kDataReductionProxyViaValue[] = "Chrome-Compression-Proxy"; |
|
bengr
2014/07/02 17:31:01
The definition should not be in the header. See sw
xingx
2014/07/06 03:18:20
Done.
|
| + |
| // Contains instructions contained in the Chrome-Proxy header. |
| struct DataReductionProxyInfo { |
| DataReductionProxyInfo() : bypass_all(false) {} |