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

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

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: rebase, fixes addressing #31 Created 5 years, 9 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/device_management_service.h
diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h
index 91b9cc9d2abcd4b7d296f864598b5e9db8454a43..e4fbe28066fe18980a3445df74e56c45d40e06b3 100644
--- a/components/policy/core/common/cloud/device_management_service.h
+++ b/components/policy/core/common/cloud/device_management_service.h
@@ -46,6 +46,7 @@ class POLICY_EXPORT DeviceManagementRequestJob {
TYPE_UPLOAD_CERTIFICATE,
TYPE_DEVICE_STATE_RETRIEVAL,
TYPE_UPLOAD_STATUS,
+ TYPE_REMOTE_COMMANDS,
};
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698