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

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: Remove extra inclusion from testing_profile.h 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index d7a60ce815ddfb20fe7f91012013cc63b6608e1a..09d6a58f8e5a324e76fd8aa670d6177ed6b48d74 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -57,10 +57,6 @@ namespace storage {
class FileSystemContext;
}
-namespace history {
-class TopSites;
-}
-
namespace net {
class SSLConfigService;
}
@@ -189,13 +185,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;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698