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

Unified Diff: chrome/browser/history/top_sites.cc

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.cc
diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc
index 816f09c05cdf05bdda34fc4c45d8fb166d55d770..106f3269291312a1537c7e6ac245b6aa0cc132b1 100644
--- a/chrome/browser/history/top_sites.cc
+++ b/chrome/browser/history/top_sites.cc
@@ -37,4 +37,14 @@ TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) {
return top_sites_impl;
}
+TopSites::TopSites() {
+}
+
+TopSites::~TopSites() {
+}
+
+Profile* TopSites::GetProfile() {
sdefresne 2014/08/04 08:47:18 Remove.
nshaik 2014/08/05 06:38:03 Done.
+ return NULL;
+}
+
} // namespace history

Powered by Google App Engine
This is Rietveld 408576698