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

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: fix last_command_id Created 5 years, 11 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 16cd6ccd6a9d84d018a79435ab0e617c0241dbbb..bd5ab7a16b92578d78686269c9beeac356a08fc3 100644
--- a/components/policy/core/common/cloud/device_management_service.h
+++ b/components/policy/core/common/cloud/device_management_service.h
@@ -45,6 +45,7 @@ class POLICY_EXPORT DeviceManagementRequestJob {
TYPE_UNREGISTRATION,
TYPE_UPLOAD_CERTIFICATE,
TYPE_DEVICE_STATE_RETRIEVAL,
+ TYPE_REMOTE_COMMANDS,
};
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698