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

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

Issue 815983002: Topsites become keyedService based. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review comments Created 5 years, 11 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 cea6f84d8ab24aff6df8483b7a7a4ccfcdb4b0c0..347ae91e3e7bbb14d024eafc7c5b5c231c9a79d8 100644
--- a/chrome/browser/history/top_sites_impl.h
+++ b/chrome/browser/history/top_sites_impl.h
@@ -82,6 +82,8 @@ class TopSitesImpl : public TopSites {
MostVisitedURLList GetPrepopulatePages() override;
bool loaded() const override;
bool AddForcedURL(const GURL& url, const base::Time& time) override;
+ // RefcountedKeyedService:
sdefresne 2015/01/08 10:41:02 nit: add a blank line before.
Jitu( very slow this week) 2015/01/12 11:30:08 Done.
+ void ShutdownOnUIThread() override;
protected:
~TopSitesImpl() override;

Powered by Google App Engine
This is Rietveld 408576698