| Index: components/policy/core/common/cloud/cloud_policy_core.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_core.h b/components/policy/core/common/cloud/cloud_policy_core.h
|
| index 031aa34000961d81081d50c43ac335e1c1b37b6c..7a9bf59a1d5d1b5fd5df40ad2591aadc2ad31f09 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_core.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_core.h
|
| @@ -50,6 +50,10 @@ class POLICY_EXPORT CloudPolicyCore {
|
|
|
| // Called before the core is disconnected.
|
| virtual void OnCoreDisconnecting(CloudPolicyCore* core) = 0;
|
| +
|
| + // Called after the remote commands service is started. Defaults to be
|
| + // empty.
|
| + virtual void OnRemoteCommandsServiceStarted(CloudPolicyCore* core);
|
| };
|
|
|
| // |task_runner| is the runner for policy refresh tasks.
|
|
|