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

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

Issue 5026001: Rework the device management backend implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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_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

Powered by Google App Engine
This is Rietveld 408576698