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

Unified Diff: chrome/test/testing_profile.h

Issue 5178005: 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
« no previous file with comments | « chrome/test/testing_pref_service.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index fa593b33af18fa0397ab6ad1c7a8911117dcc96e..6dc21620515a98ee59288a3b5bc9c8c0f79ffd52 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -308,6 +308,13 @@ class TestingProfile : public Profile {
virtual ChromeBlobStorageContext* GetBlobStorageContext() { return NULL; }
virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; }
virtual PromoCounter* GetInstantPromoCounter() { return NULL; }
+ virtual policy::DeviceManagementService* GetDeviceManagementService() {
+ return NULL;
+ }
+ virtual policy::DeviceManagementPolicyProvider*
+ GetDeviceManagementPolicyProvider() {
+ return NULL;
+ }
protected:
base::Time start_time_;
« no previous file with comments | « chrome/test/testing_pref_service.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698