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

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

Issue 11415094: Split UserCloudPolicyManager implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DeviceCloudPolicyManagerChromeOSTest.EnrolledDevice failure. 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698