Chromium Code Reviews| 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 008efe2b62c8e18b3f7428b8f4234656008b1c57..9cf17d644f524116f50b3d5d00ad06ed2531680b 100644 |
| --- a/chrome/browser/profiles/profile_io_data.h |
| +++ b/chrome/browser/profiles/profile_io_data.h |
| @@ -244,6 +244,10 @@ class ProfileIOData { |
| return data_reduction_proxy_io_data_.get(); |
| } |
| + // Returns the predictor service for this Profile. This is only implemented in |
| + // non-OffTheRecord Profiles. |
|
mmenke
2016/05/23 18:50:22
Maybe replace "This is only implemented in non-Off
Charlie Harrison
2016/05/23 21:13:32
Done.
|
| + virtual chrome_browser_net::Predictor* GetPredictor(); |
| + |
| protected: |
| // A URLRequestContext for media that owns its HTTP factory, to ensure |
| // it is deleted. |