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

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

Issue 5153002: Use a service to create device management backends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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 d73afc52ee1823a8e2779eb14ad91f1cf2b31bb9..d91e22bbd8fcf98d130dfc01dbd88b15db42fa7e 100644
--- a/chrome/browser/policy/device_management_policy_provider.h
+++ b/chrome/browser/policy/device_management_policy_provider.h
@@ -66,10 +66,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