Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: components/policy/core/common/cloud/cloud_policy_core.h

Issue 1094493003: Initial RemoteCommandsInvalidator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fixes addressing #3, except classname/filepath change Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698