| 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 995cdf946cac1d316a781373888b584c39c35bd5..bb4ded786c32103300aed670096155813acf19db 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -919,10 +919,6 @@ bool ProfileIOData::IsDataReductionProxyEnabled() const {
|
| data_reduction_proxy_io_data()->IsEnabled();
|
| }
|
|
|
| -chrome_browser_net::Predictor* ProfileIOData::GetPredictor() {
|
| - return nullptr;
|
| -}
|
| -
|
| std::unique_ptr<net::ClientCertStore> ProfileIOData::CreateClientCertStore() {
|
| if (!client_cert_store_factory_.is_null())
|
| return client_cert_store_factory_.Run();
|
|
|