| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 23ce4348586d44130a396c5003d265c4baa8065d..82ce483c65c7b1286250cadc9833bd90f6a96039 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -256,6 +256,11 @@ class ProfileIOData {
|
|
|
| bool IsDataReductionProxyEnabled() const;
|
|
|
| + data_reduction_proxy::DataReductionProxyIOData*
|
| + data_reduction_proxy_io_data() const {
|
| + return data_reduction_proxy_io_data_.get();
|
| + }
|
| +
|
| protected:
|
| // A URLRequestContext for media that owns its HTTP factory, to ensure
|
| // it is deleted.
|
| @@ -368,11 +373,6 @@ class ProfileIOData {
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
|
| data_reduction_proxy_io_data) const;
|
|
|
| - data_reduction_proxy::DataReductionProxyIOData*
|
| - data_reduction_proxy_io_data() const {
|
| - return data_reduction_proxy_io_data_.get();
|
| - }
|
| -
|
| net::FraudulentCertificateReporter* fraudulent_certificate_reporter() const {
|
| return fraudulent_certificate_reporter_.get();
|
| }
|
|
|