| 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 297889bcaad6f5dce8c9d4afb3cb56fa47b976f8..b2af7e93e6d4d6f1c3f855e7519307f5fb4f28d6 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -257,6 +257,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.
|
| @@ -373,11 +378,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();
|
| }
|
|
|