Chromium Code Reviews| Index: components/policy/core/common/cloud/cloud_policy_manager.cc |
| diff --git a/components/policy/core/common/cloud/cloud_policy_manager.cc b/components/policy/core/common/cloud/cloud_policy_manager.cc |
| index 6ab0304cfe65a0c8ac12491758840f83d22ff38a..b4aa3cc9e759061d55c2143b6030d51a157a00ef 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_manager.cc |
| +++ b/components/policy/core/common/cloud/cloud_policy_manager.cc |
| @@ -90,6 +90,10 @@ void CloudPolicyManager::OnComponentCloudPolicyUpdated() { |
| CheckAndPublishPolicy(); |
| } |
| +PolicySource CloudPolicyManager::source() const { |
|
Thiemo Nagel
2015/09/01 17:40:36
Remove.
fhorschig
2015/09/04 06:53:54
Done.
|
| + return POLICY_SOURCE_CLOUD; |
| +} |
| + |
| void CloudPolicyManager::CheckAndPublishPolicy() { |
| if (IsInitializationComplete(POLICY_DOMAIN_CHROME) && |
| !waiting_for_policy_refresh_) { |