Index: chrome/browser/prerender/prerender_manager.h |
=================================================================== |
--- chrome/browser/prerender/prerender_manager.h (revision 98269) |
+++ chrome/browser/prerender/prerender_manager.h (working copy) |
@@ -204,8 +204,6 @@ |
// Adds a condition. This is owned by the PrerenderManager. |
void AddCondition(const PrerenderCondition* condition); |
- bool IsTopSite(const GURL& url) const; |
- |
protected: |
// Test that needs needs access to internal functions. |
FRIEND_TEST_ALL_PREFIXES(PrerenderManagerTest, ExpireTest); |
@@ -229,8 +227,6 @@ |
class OnCloseTabContentsDeleter; |
- class MostVisitedSites; |
- |
// Adds a prerender for |url| from referrer |referrer| initiated from the |
// RenderViewHost specified by |child_route_id_pair|. The |origin| specifies |
// how the prerender was added. |
@@ -394,8 +390,6 @@ |
scoped_ptr<PrerenderHistograms> histograms_; |
- scoped_ptr<MostVisitedSites> most_visited_; |
- |
DISALLOW_COPY_AND_ASSIGN(PrerenderManager); |
}; |