| 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 c2d2fc5ed989d4738cbc0f9d49775c2b408b0659..c42b81f6ea58aa3c21ff3cc9733ef9bbf58087bf 100644
|
| --- a/chrome/browser/policy/profile_policy_connector.h
|
| +++ b/chrome/browser/policy/profile_policy_connector.h
|
| @@ -62,6 +62,9 @@ class ProfilePolicyConnector : public KeyedService {
|
| bool IsProfilePolicy(const char* policy_key) const;
|
|
|
| private:
|
| + // Returns the policy store which is actually used.
|
| + const CloudPolicyStore* GetActualPolicyStore() const;
|
| +
|
| // Find the policy provider that provides the |policy_key| policy, if any. In
|
| // case of multiple providers sharing the same policy, the one with the
|
| // highest priority will be returned.
|
|
|