| 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..01305265986527dd95ce099b441a451ad223c886 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[];
|
| +
|
| // Contains instructions contained in the Chrome-Proxy header.
|
| struct DataReductionProxyInfo {
|
| DataReductionProxyInfo() : bypass_all(false) {}
|
|
|