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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 815983002: Topsites become keyedService based. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 4b8f7e7ac5613506a7930c64938a3f7ec9c4ddd3..2b489b8a6ce09c30fbb22133651dca15a1e58e60 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -420,14 +420,6 @@ Time OffTheRecordProfileImpl::GetStartTime() const {
return start_time_;
}
-history::TopSites* OffTheRecordProfileImpl::GetTopSitesWithoutCreating() {
- return NULL;
-}
-
-history::TopSites* OffTheRecordProfileImpl::GetTopSites() {
- return NULL;
-}
-
void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
}

Powered by Google App Engine
This is Rietveld 408576698