| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 90fcb93bf4c9c342b6ea261e75c2b17b9dba0cb0..a64b59bb4d0735a98ba6fa9186541cf8665c379f 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;
|
|
|