diff options
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 8c3b742..ee1c908 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -39,10 +39,6 @@ namespace net { class SSLConfigService; } -namespace prerender { -class PrerenderManager; -} - namespace speech_input { class SpeechRecognizer; } @@ -483,10 +479,6 @@ class Profile : public content::BrowserContext { // access to the the proxy configuration possibly defined by preferences. virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0; - // Returns the PrerenderManager used to prerender entire webpages for this - // profile. - virtual prerender::PrerenderManager* GetPrerenderManager() = 0; - // Returns the Predictor object used for dns prefetch. virtual chrome_browser_net::Predictor* GetNetworkPredictor() = 0; |