diff options
Diffstat (limited to 'chrome/browser/policy/device_management_backend_impl.h')
-rw-r--r-- | chrome/browser/policy/device_management_backend_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/policy/device_management_backend_impl.h b/chrome/browser/policy/device_management_backend_impl.h index 345bc40..7fa8950 100644 --- a/chrome/browser/policy/device_management_backend_impl.h +++ b/chrome/browser/policy/device_management_backend_impl.h @@ -14,8 +14,8 @@ namespace policy { -class DeviceManagementService; class DeviceManagementJobBase; +class DeviceManagementService; // Implements the actual backend interface. It creates device management jobs // and passes them on to the service for processing. @@ -25,6 +25,7 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend { virtual ~DeviceManagementBackendImpl(); static std::string GetAgentString(); + static std::string GetPlatformString(); // Name constants for URL query parameters. static const char kParamRequest[]; @@ -32,6 +33,7 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend { static const char kParamAppType[]; static const char kParamDeviceID[]; static const char kParamAgent[]; + static const char kParamPlatform[]; // String constants for the device and app type we report to the server. static const char kValueRequestRegister[]; |