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

Unified Diff: chrome/test/testing_profile.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/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 126dfcf66829947435dd7b1f5b6679c35cb7a632..dbfa2667ae1eea4313ede08754e27586551d8920 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -308,10 +308,7 @@ class TestingProfile : public Profile {
virtual ChromeBlobStorageContext* GetBlobStorageContext() { return NULL; }
virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; }
virtual PromoCounter* GetInstantPromoCounter() { return NULL; }
- virtual policy::DeviceManagementPolicyProvider*
- GetDeviceManagementPolicyProvider() {
- return NULL;
- }
+ virtual policy::ProfilePolicyContext* GetPolicyContext() { return NULL; }
protected:
base::Time start_time_;

Powered by Google App Engine
This is Rietveld 408576698