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

Unified Diff: chrome/browser/profile.cc

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/profile.cc
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 7b0c27fdf72624fc07b736dcea9d6ada673a5cd7..2b10639544936aee83c527a2d9434b77cd44e40e 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -582,8 +582,7 @@ class OffTheRecordProfileImpl : public Profile,
return profile_->GetExtensionInfoMap();
}
- virtual policy::DeviceManagementPolicyProvider*
- GetDeviceManagementPolicyProvider() {
+ virtual policy::ProfilePolicyContext* GetPolicyContext() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698