Index: components/policy/core/common/cloud/cloud_policy_core.cc |
diff --git a/components/policy/core/common/cloud/cloud_policy_core.cc b/components/policy/core/common/cloud/cloud_policy_core.cc |
index f1f5fca52b309b57b8a822745aa9116433baa6af..537f613c0b1aa22e92627c902efa5dbf35bb6194 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_core.cc |
+++ b/components/policy/core/common/cloud/cloud_policy_core.cc |
@@ -59,6 +59,8 @@ void CloudPolicyCore::StartRemoteCommandsService( |
// Do an initial remote commands fetch immediately. |
remote_commands_service_->FetchRemoteCommands(); |
+ |
+ FOR_EACH_OBSERVER(Observer, observers_, OnRemoteCommandsServiceStarted(this)); |
} |
void CloudPolicyCore::RefreshSoon() { |