| 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 32312abf4781300a1f842e307d44db7e2cc068f6..6018dbfe4b0b031e6c325e084f89260a266f1494 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -266,9 +266,6 @@ 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();
|
|
|
| // Get platform ClientCertStore. May return nullptr.
|
| std::unique_ptr<net::ClientCertStore> CreateClientCertStore();
|
|
|