Chromium Code Reviews| Index: chrome/browser/history/top_sites_impl.h |
| diff --git a/chrome/browser/history/top_sites_impl.h b/chrome/browser/history/top_sites_impl.h |
| index caa0c0bf83456ae416cd84e273ff612199b89998..1a7cfafcb634b18a39f00d1a93909537eba718a0 100644 |
| --- a/chrome/browser/history/top_sites_impl.h |
| +++ b/chrome/browser/history/top_sites_impl.h |
| @@ -88,6 +88,7 @@ class TopSitesImpl : public TopSites { |
| virtual MostVisitedURLList GetPrepopulatePages() OVERRIDE; |
| virtual bool loaded() const OVERRIDE; |
| virtual bool AddForcedURL(const GURL& url, const base::Time& time) OVERRIDE; |
| + virtual Profile* GetProfile() OVERRIDE; |
|
sdefresne
2014/08/04 08:47:18
Remove.
nshaik
2014/08/05 06:38:03
Done.
|
| protected: |
| virtual ~TopSitesImpl(); |
| @@ -205,8 +206,6 @@ class TopSitesImpl : public TopSites { |
| void ResetThreadSafeImageCache(); |
| - void NotifyTopSitesChanged(); |
| - |
| // Stops and starts timer with a delay of |delta|. |
| void RestartQueryForTopSitesTimer(base::TimeDelta delta); |