| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| index 5fbd0adaf5c39aedff439f20d297518d7da8b0d2..0403c0a72dae59457c495c40a9d7e4feeea6d7e3 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| @@ -118,6 +118,9 @@ class DataReductionProxyIOData {
|
| // Used for testing.
|
| DataReductionProxyIOData();
|
|
|
| + // Records that the data reduction proxy is unreachable or not.
|
| + void SetUnreachable(bool unreachable);
|
| +
|
| // The type of Data Reduction Proxy client.
|
| Client client_;
|
|
|
|
|