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

Unified Diff: chrome/browser/profiles/profile.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.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 1be8cc3aa81f4ad9d5eb07d7f0b7b6d8c6e04172..c263d668dd6d85e8d0f4d9deb783252c193714b5 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -58,7 +58,7 @@ class FileSystemContext;
}
namespace history {
sdefresne 2014/12/19 15:11:42 Remove that forward-declaration.
Jitu( very slow this week) 2014/12/26 14:04:28 Done.
-class TopSites;
+class TopSitesProvider;
}
namespace net {
@@ -214,13 +214,6 @@ class Profile : public content::BrowserContext {
// Returns whether the profile is a legacy supervised user profile.
virtual bool IsLegacySupervised() = 0;
- // Returns a pointer to the TopSites (thumbnail manager) instance
- // for this profile.
- virtual history::TopSites* GetTopSites() = 0;
-
- // Variant of GetTopSites that doesn't force creation.
- virtual history::TopSites* GetTopSitesWithoutCreating() = 0;
-
// Accessor. The instance is created upon first access.
virtual ExtensionSpecialStoragePolicy*
GetExtensionSpecialStoragePolicy() = 0;

Powered by Google App Engine
This is Rietveld 408576698