summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile.h
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-03 16:00:16 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-03 16:00:16 +0000
commit3c843b4b3055147dc167b6d55be5f26145d7e5ec (patch)
tree07200c1cf438c4c37fcf44b8ea084ad4cc49709c /chrome/browser/profiles/profile.h
parent0be3932d9a0327b8d17bfccba6fe3d2714a4f0ed (diff)
downloadchromium_src-3c843b4b3055147dc167b6d55be5f26145d7e5ec.zip
chromium_src-3c843b4b3055147dc167b6d55be5f26145d7e5ec.tar.gz
chromium_src-3c843b4b3055147dc167b6d55be5f26145d7e5ec.tar.bz2
Split UserCloudPolicyManager implementation.
Create different implementations for desktop Chrome / CrOS, and change initialization to keep the CrOS version in BrowserPolicyConnector instead of the Profile. BUG=chromium:108928 TEST=compiles and passes tests, cloud policy works as before. TBR=phajdan.jr@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/11415094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r--chrome/browser/profiles/profile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 412387e..47f1bb6 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;