Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1995)

Unified Diff: chrome/browser/profiles/profile.h

Issue 11415094: Split UserCloudPolicyManager implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebae Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698