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

Unified Diff: chrome/browser/policy/mock_device_management_service.cc

Issue 8741014: Added auto-enrollment request support to the device_management_backend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years 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
« no previous file with comments | « chrome/browser/policy/mock_device_management_service.h ('k') | net/tools/testserver/device_management.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/mock_device_management_service.cc
diff --git a/chrome/browser/policy/mock_device_management_service.cc b/chrome/browser/policy/mock_device_management_service.cc
index 6bf0faba9418f6e4ea2f0825e23fb6fe6124a5d9..555c65e6a9c047c5ae57f9a0a2fdfca42c928d24 100644
--- a/chrome/browser/policy/mock_device_management_service.cc
+++ b/chrome/browser/policy/mock_device_management_service.cc
@@ -41,6 +41,13 @@ void ProxyDeviceManagementBackend::ProcessPolicyRequest(
affiliation, request, delegate);
}
+void ProxyDeviceManagementBackend::ProcessAutoEnrollmentRequest(
+ const std::string& device_id,
+ const em::DeviceAutoEnrollmentRequest& request,
+ DeviceAutoEnrollmentResponseDelegate* delegate) {
+ backend_->ProcessAutoEnrollmentRequest(device_id, request, delegate);
+}
+
MockDeviceManagementService::MockDeviceManagementService()
: DeviceManagementService("") {}
« no previous file with comments | « chrome/browser/policy/mock_device_management_service.h ('k') | net/tools/testserver/device_management.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698