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

Unified Diff: chrome/browser/profile.cc

Issue 5174006: Move DeviceManagementPolicyProvider into the profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback. 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 adf58858c66c7b48ec630d0cd8ac92e3241f1860..8939bf2f1ecbdec4cf6aa3bb688810a316e522db 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -581,6 +581,11 @@ class OffTheRecordProfileImpl : public Profile,
return profile_->GetExtensionInfoMap();
}
+ virtual policy::DeviceManagementPolicyProvider*
+ GetDeviceManagementPolicyProvider() {
+ return NULL;
+ }
+
virtual PromoCounter* GetInstantPromoCounter() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698