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

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

Issue 845313008: Refactored device status uploading out of policy fetch infrastructure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback. 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..91b9cc9d2abcd4b7d296f864598b5e9db8454a43 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_UPLOAD_STATUS,
};
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698