| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl_io_data.cc (revision 89645)
|
| +++ chrome/browser/profiles/profile_impl_io_data.cc (working copy)
|
| @@ -139,6 +139,15 @@
|
| return context;
|
| }
|
|
|
| +chrome_browser_net::Predictor* ProfileImplIOData::Handle::GetPredictor() {
|
| + return io_data_->GetPredictor();
|
| +}
|
| +
|
| +void ProfileImplIOData::Handle::SetPredictor(
|
| + chrome_browser_net::Predictor* predictor) {
|
| + io_data_->SetPredictor(predictor);
|
| +}
|
| +
|
| void ProfileImplIOData::Handle::LazyInitialize() const {
|
| if (!initialized_) {
|
| io_data_->InitializeProfileParams(profile_);
|
|
|