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

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

Issue 11415094: Split UserCloudPolicyManager implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebae Created 8 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/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 093553184fd68345669552c9801f96d8e54c5a12..6beec983d8e7ca9047ae9f03a66fd07b5c3bbcc5 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -229,11 +229,6 @@ GAIAInfoUpdateService* OffTheRecordProfileImpl::GetGAIAInfoUpdateService() {
return NULL;
}
-policy::UserCloudPolicyManager*
- OffTheRecordProfileImpl::GetUserCloudPolicyManager() {
- return profile_->GetUserCloudPolicyManager();
-}
-
policy::ManagedModePolicyProvider*
OffTheRecordProfileImpl::GetManagedModePolicyProvider() {
return profile_->GetManagedModePolicyProvider();

Powered by Google App Engine
This is Rietveld 408576698