| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 7fa8564e9df291a51ad62b938be99871b1494685..45f144759a422f81ae0acb14953d4ae39fee33c0 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -75,7 +75,6 @@ class HistoryService;
|
| class HostContentSettingsMap;
|
| class NavigationController;
|
| class PasswordStore;
|
| -class PersonalDataManager;
|
| class PrefProxyConfigTracker;
|
| class PrefService;
|
| class ProfileSyncFactory;
|
| @@ -346,9 +345,6 @@ class Profile : public content::BrowserContext {
|
| // profile.
|
| virtual TemplateURLFetcher* GetTemplateURLFetcher() = 0;
|
|
|
| - // Returns the PersonalDataManager associated with this profile.
|
| - virtual PersonalDataManager* GetPersonalDataManager() = 0;
|
| -
|
| // Returns the request context used for extension-related requests. This
|
| // is only used for a separate cookie store currently.
|
| virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;
|
|
|