Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1109)

Unified Diff: chrome/browser/history/top_sites_impl.h

Issue 441623002: Eliminate sending NOTIFICATION_TOP_SITES_* from TopSites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698