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..ac0e0c88b61f84838ba38083917567e4cc6d476f 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,15 @@ |
| namespace data_reduction_proxy { |
| +namespace fingerprint_actions { |
|
bengr
2014/07/18 22:47:55
remove this namespace and use names like:
kChromeP
xingx
2014/07/21 18:51:46
Done and moved to the other CL.
|
| + |
| +extern const char kTamperDetectFingerprintChromeProxy[]; |
| +extern const char kTamperDetectFingerprintVia[]; |
| +extern const char kTamperDetectFingerprintOtherHeaders[]; |
| +extern const char kTamperDetectFingerprintContentLength[]; |
| + |
| +} // namespace fingerprint_actions |
| + |
| // Contains instructions contained in the Chrome-Proxy header. |
| struct DataReductionProxyInfo { |
| DataReductionProxyInfo() : bypass_all(false) {} |