Chromium Code Reviews| 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; |