| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 412387e01c5c81dbccc58a823355570965349450..47f1bb66d57fa4449b292d4d7de7e7d14184717c 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -68,7 +68,6 @@ class SSLConfigService;
|
| namespace policy {
|
| class ManagedModePolicyProvider;
|
| class PolicyService;
|
| -class UserCloudPolicyManager;
|
| }
|
|
|
| class Profile : public content::BrowserContext {
|
| @@ -209,10 +208,6 @@ class Profile : public content::BrowserContext {
|
| // Accessor. The instance is created upon first access.
|
| virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() = 0;
|
|
|
| - // Returns the UserCloudPolicyManager (if any) that handles this profile's
|
| - // connection to the cloud-based management service.
|
| - virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() = 0;
|
| -
|
| // Returns the ManagedModePolicyProvider for this profile, if it exists.
|
| virtual policy::ManagedModePolicyProvider* GetManagedModePolicyProvider() = 0;
|
|
|
|
|