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 ff4f3ff2ddfa20bc5fd46a861c4c7dc2485627b1..284888205a16e137dfb4ba155b9242dd33adf647 100644 |
--- a/chrome/browser/policy/device_management_backend_impl.h |
+++ b/chrome/browser/policy/device_management_backend_impl.h |
@@ -40,6 +40,7 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend { |
// String constants for the device and app type we report to the server. |
static const char kValueAppType[]; |
static const char kValueDeviceType[]; |
+ static const char kValueRequestAutoEnrollment[]; |
static const char kValueRequestPolicy[]; |
static const char kValueRequestRegister[]; |
static const char kValueRequestUnregister[]; |
@@ -76,6 +77,10 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend { |
CloudPolicyDataStore::UserAffiliation affiliation, |
const em::DevicePolicyRequest& request, |
DevicePolicyResponseDelegate* response_delegate) OVERRIDE; |
+ virtual void ProcessAutoEnrollmentRequest( |
+ const std::string& device_id, |
+ const em::DeviceAutoEnrollmentRequest& request, |
+ DeviceAutoEnrollmentResponseDelegate* delegate) OVERRIDE; |
// Converts a user affiliation to the appropriate query parameter value. |
static const char* UserAffiliationToString( |