summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/testing_profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/testing_profile.cc')
-rw-r--r--chrome/test/base/testing_profile.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index bf737f7..4d65247 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -777,16 +777,6 @@ ChromeURLDataManager* TestingProfile::GetChromeURLDataManager() {
return chrome_url_data_manager_.get();
}
-prerender::PrerenderManager* TestingProfile::GetPrerenderManager() {
- if (!prerender::PrerenderManager::IsPrerenderingPossible())
- return NULL;
- if (!prerender_manager_.get()) {
- prerender_manager_.reset(new prerender::PrerenderManager(
- this, g_browser_process->prerender_tracker()));
- }
- return prerender_manager_.get();
-}
-
void TestingProfile::SetDownloadManagerDelegate(
ChromeDownloadManagerDelegate* delegate) {
// Specially marked so errors from use will occur near to the site