Chromium Code Reviews| 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(); |
| } |