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 256ec8082d51f325fad286924f69eafe77974765..760a498d5e47d05e1acd2c2ac2d4636eafca7690 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_manager.h |
| +++ b/components/policy/core/common/cloud/cloud_policy_manager.h |
| @@ -64,6 +64,7 @@ class POLICY_EXPORT CloudPolicyManager |
| void Shutdown() override; |
| bool IsInitializationComplete(PolicyDomain domain) const override; |
| void RefreshPolicies() override; |
| + PolicySource source() const override; |
|
Thiemo Nagel
2015/09/01 17:40:37
Remove.
fhorschig
2015/09/04 06:53:54
Done.
|
| // CloudPolicyStore::Observer: |
| void OnStoreLoaded(CloudPolicyStore* cloud_policy_store) override; |