Chromium Code Reviews| Index: components/policy/core/common/cloud/cloud_policy_manager.h |
| diff --git a/components/policy/core/common/cloud/cloud_policy_manager.h b/components/policy/core/common/cloud/cloud_policy_manager.h |
| index 77c3738610f97cc95d219cb4353f1292f931b65c..42b813d77572fe06c416457cb30c168e5dd375d3 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_manager.h |
| +++ b/components/policy/core/common/cloud/cloud_policy_manager.h |
| @@ -30,6 +30,7 @@ class URLRequestContextGetter; |
| namespace policy { |
| class PolicyMap; |
| +class SchemaRegistry; |
|
Andrew T Wilson (Slow)
2016/10/21 13:56:30
Why is this added? We aren't using it?
emaxx
2016/10/21 14:33:10
Thanks, good catch. This line leaked from the seco
|
| // CloudPolicyManager is the main switching central between cloud policy and the |
| // upper layers of the policy stack. It wires up a CloudPolicyCore to the |
| @@ -84,6 +85,7 @@ class POLICY_EXPORT CloudPolicyManager |
| virtual void GetChromePolicy(PolicyMap* policy_map); |
| void CreateComponentCloudPolicyService( |
| + const std::string& policy_type, |
| const base::FilePath& policy_cache_path, |
| const scoped_refptr<net::URLRequestContextGetter>& request_context, |
| CloudPolicyClient* client); |