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

Unified Diff: chrome/browser/policy/profile_policy_connector.h

Issue 7233006: Store/Retrieve CrOS user policy in session_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months 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/policy/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index 66870787abbd2ea8ab09e20d9980710b6ac85550..163e29b1a37c6036aa0340b51f2d666f412c79b4 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -17,8 +17,8 @@ class Profile;
namespace policy {
+class CloudPolicyIdentityStrategy;
class CloudPolicySubsystem;
-class UserPolicyIdentityStrategy;
// This class is a container for the profile-specific policy bits located in the
// profile. Since the subsystem owns the policy provider, it's vital that it
@@ -51,7 +51,7 @@ class ProfilePolicyConnector : public ProfileKeyedService {
private:
Profile* profile_;
- scoped_ptr<UserPolicyIdentityStrategy> identity_strategy_;
+ scoped_ptr<CloudPolicyIdentityStrategy> identity_strategy_;
scoped_ptr<CloudPolicySubsystem> cloud_policy_subsystem_;
scoped_ptr<ConfigurationPolicyProvider> managed_cloud_provider_;

Powered by Google App Engine
This is Rietveld 408576698