| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_impl.cc (revision 150390)
|
| +++ chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
|
| @@ -241,11 +241,6 @@
|
| return NULL;
|
| }
|
|
|
| -policy::UserCloudPolicyManager*
|
| - OffTheRecordProfileImpl::GetUserCloudPolicyManager() {
|
| - return profile_->GetUserCloudPolicyManager();
|
| -}
|
| -
|
| policy::PolicyService* OffTheRecordProfileImpl::GetPolicyService() {
|
| return profile_->GetPolicyService();
|
| }
|
|
|