| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_impl.cc (revision 150400)
|
| +++ chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
|
| @@ -241,6 +241,11 @@
|
| return NULL;
|
| }
|
|
|
| +policy::UserCloudPolicyManager*
|
| + OffTheRecordProfileImpl::GetUserCloudPolicyManager() {
|
| + return profile_->GetUserCloudPolicyManager();
|
| +}
|
| +
|
| policy::PolicyService* OffTheRecordProfileImpl::GetPolicyService() {
|
| return profile_->GetPolicyService();
|
| }
|
|
|
| Property changes on: chrome\browser\profiles\off_the_record_profile_impl.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|