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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed redundant #ifdef OS_CHROMEOS guard Created 8 years, 4 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/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index ddf21edc055bc9af063b0e85748d0b7798ebaae3..830e077bdd119ab5fd4aa1633c44cd64aad5c2ab 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -239,6 +239,11 @@ FaviconService* OffTheRecordProfileImpl::GetFaviconService(
return NULL;
}
+policy::UserCloudPolicyManager*
+ OffTheRecordProfileImpl::GetUserCloudPolicyManager() {
+ return profile_->GetUserCloudPolicyManager();
+}
+
policy::PolicyService* OffTheRecordProfileImpl::GetPolicyService() {
return profile_->GetPolicyService();
}

Powered by Google App Engine
This is Rietveld 408576698