| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| index 9161b87a5063cbc366c85d71d702d44dd794bd9e..a29f576119ca4ef3dcb0424c9311e2a563441ae9 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| @@ -98,6 +98,10 @@ class DataReductionProxyRequestOptions {
|
| const std::string& version,
|
| DataReductionProxyConfig* config);
|
|
|
| + // Returns the chrome proxy header. Protected so that it is available for
|
| + // testing.
|
| + std::string GetHeaderValueForTesting() const;
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(DataReductionProxyRequestOptionsTest,
|
| AuthHashForSalt);
|
|
|