| 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 1af0b72886ac4d26549a8eaa8e408a9b502da311..89d50e4b424c08c4c758ea90ce5d6547fc2e5e69 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -250,6 +250,10 @@ class ProfileIOData {
|
| virtual policy::URLBlacklist::URLBlacklistState GetURLBlacklistState(
|
| const GURL& url) const;
|
|
|
| + // Returns the predictor service for this Profile. Returns nullptr if there is
|
| + // no Predictor, as is the case with OffTheRecord profiles.
|
| + virtual chrome_browser_net::Predictor* GetPredictor();
|
| +
|
| protected:
|
| // A URLRequestContext for media that owns its HTTP factory, to ensure
|
| // it is deleted.
|
|
|