Chromium Code Reviews| 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..612df56ef9a02487ab8d91e8a62ab13fb85adae9 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_core.h |
| +++ b/components/policy/core/common/cloud/cloud_policy_core.h |
| @@ -50,6 +50,9 @@ class POLICY_EXPORT CloudPolicyCore { |
| // Called before the core is disconnected. |
| virtual void OnCoreDisconnecting(CloudPolicyCore* core) = 0; |
| + |
| + // Called after the remote commands service is started. |
| + virtual void OnRemoteCommandsServiceStarted(CloudPolicyCore* core) {} |
|
bartfab (slow)
2015/05/15 13:28:10
Why is this not pure virtual, like the other metho
binjin
2015/05/15 14:50:41
I believe others won't be interested in getting no
|
| }; |
| // |task_runner| is the runner for policy refresh tasks. |