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

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

Issue 6520008: Device policy infrastructure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 9 years, 10 months 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_service.h
diff --git a/chrome/browser/policy/device_management_service.h b/chrome/browser/policy/device_management_service.h
index 76a3520d4660c1d7608c704cc79f3a601dd57a6f..c5f586986355049f5107e280af2f019836d51363 100644
--- a/chrome/browser/policy/device_management_service.h
+++ b/chrome/browser/policy/device_management_service.h
@@ -51,7 +51,8 @@ class DeviceManagementService : public URLFetcher::Delegate {
// Constructs a device management backend for use by client code. Ownership of
// the returned backend object is transferred to the caller.
- DeviceManagementBackend* CreateBackend();
+ // Marked virtual for the benefit of tests.
+ virtual DeviceManagementBackend* CreateBackend();
// Provides the backend with a request context so it can make actual network
// requests. This will also fire any requests queued earlier.

Powered by Google App Engine
This is Rietveld 408576698