Index: chrome/browser/policy/device_management_policy_provider.h |
diff --git a/chrome/browser/policy/device_management_policy_provider.h b/chrome/browser/policy/device_management_policy_provider.h |
index 73a12572915ed67821311ab4d47045f133b99998..69943a40a5facb9dcb0188532c28f5467e139876 100644 |
--- a/chrome/browser/policy/device_management_policy_provider.h |
+++ b/chrome/browser/policy/device_management_policy_provider.h |
@@ -70,10 +70,6 @@ class DeviceManagementPolicyProvider |
private: |
class InitializeAfterIOThreadExistsTask; |
- // Returns the device management backend to use for backend requests, lazily |
- // creating a new one if one doesn't already exist. |
- DeviceManagementBackend* GetBackend(); |
- |
// Called by constructors to perform shared initialization. Initialization |
// requiring the IOThread must not be performed directly in this method, |
// rather must be deferred until the IOThread is fully initialized. This is |