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

Unified Diff: chrome/browser/policy/device_management_backend_impl.h

Issue 8702009: Add device status reports to policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Mattias' comments and added unit test. Created 9 years, 1 month 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: chrome/browser/policy/device_management_backend_impl.h
diff --git a/chrome/browser/policy/device_management_backend_impl.h b/chrome/browser/policy/device_management_backend_impl.h
index 4354c9823db4a37389250966c46fff45b1873131..1aa61976567f23ebf95c8be5e1d832b0d17457b3 100644
--- a/chrome/browser/policy/device_management_backend_impl.h
+++ b/chrome/browser/policy/device_management_backend_impl.h
@@ -75,6 +75,7 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend {
const std::string& device_id,
CloudPolicyDataStore::UserAffiliation affiliation,
const em::DevicePolicyRequest& request,
+ const em::DeviceStatusReportRequest& device_status,
Mattias Nissler (ping if slow) 2011/11/30 12:44:29 Maybe we want to pass this as a pointer, so we can
Patrick Dubroy 2011/12/06 14:30:36 Done.
DevicePolicyResponseDelegate* response_delegate);
// Converts a user affiliation to the appropriate query parameter value.

Powered by Google App Engine
This is Rietveld 408576698