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

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: Tweaked some comments after self-review. Created 8 years, 5 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..7d15d9be8b8bf77d5ea93f74041e432fe37235a7 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() {
Mattias Nissler (ping if slow) 2012/08/03 12:19:08 indent by 4 (as elsewhere in this file).
Andrew T Wilson (Slow) 2012/08/04 00:54:41 Done. Hmm, first time I've seen that style in chro
+ return profile_->GetUserCloudPolicyManager();
+}
+
policy::PolicyService* OffTheRecordProfileImpl::GetPolicyService() {
return profile_->GetPolicyService();
}

Powered by Google App Engine
This is Rietveld 408576698