| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 639985ae860d404b01290e3d61118871cbcfb4cc..789c6719afe0ef6a89ebce656bc6be2e8568f406 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -21,7 +21,6 @@ class ChromeURLDataManager;
|
| class ExtensionService;
|
| class ExtensionSpecialStoragePolicy;
|
| class FaviconService;
|
| -class GAIAInfoUpdateService;
|
| class HostContentSettingsMap;
|
| class PasswordStore;
|
| class PrefServiceSyncable;
|
| @@ -205,9 +204,6 @@ class Profile : public content::BrowserContext {
|
| virtual ExtensionSpecialStoragePolicy*
|
| GetExtensionSpecialStoragePolicy() = 0;
|
|
|
| - // Accessor. The instance is created upon first access.
|
| - virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() = 0;
|
| -
|
| // Returns the ManagedModePolicyProvider for this profile, if it exists.
|
| virtual policy::ManagedModePolicyProvider* GetManagedModePolicyProvider() = 0;
|
|
|
|
|