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

Unified Diff: chrome/browser/profiles/profile_impl.h

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/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 49d765f1e339432f738bc4375ffabc8ecfbaf9ab..ee691fd0b8709b59f2ea9ff28966b13988107cfa 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -109,8 +109,6 @@ class ProfileImpl : public Profile {
bool IsSupervised() override;
bool IsChild() override;
bool IsLegacySupervised() override;
- history::TopSites* GetTopSites() override;
- history::TopSites* GetTopSitesWithoutCreating() override;
ExtensionSpecialStoragePolicy* GetExtensionSpecialStoragePolicy() override;
PrefService* GetPrefs() override;
chrome::ChromeZoomLevelPrefs* GetZoomLevelPrefs() override;
@@ -256,7 +254,7 @@ class ProfileImpl : public Profile {
// See GetStartTime for details.
base::Time start_time_;
- scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
+// scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
sdefresne 2014/12/19 15:11:42 Dead code, remove.
Jitu( very slow this week) 2014/12/26 14:04:28 Done.
#if defined(OS_CHROMEOS)
scoped_ptr<chromeos::Preferences> chromeos_preferences_;

Powered by Google App Engine
This is Rietveld 408576698