| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index d69437db98ac0239b1d83a140b76b32399954476..a3bda6cf98983c28d26d68a5582e1b75a5f1c38e 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -907,6 +907,10 @@ bool ProfileIOData::IsDataReductionProxyEnabled() const {
|
| data_reduction_proxy_io_data()->IsEnabled();
|
| }
|
|
|
| +chrome_browser_net::Predictor* ProfileIOData::GetPredictor() {
|
| + return nullptr;
|
| +}
|
| +
|
| void ProfileIOData::set_data_reduction_proxy_io_data(
|
| std::unique_ptr<data_reduction_proxy::DataReductionProxyIOData>
|
| data_reduction_proxy_io_data) const {
|
|
|