| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_impl.cc (revision 152993)
|
| +++ chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
|
| @@ -219,15 +219,6 @@
|
| return NULL;
|
| }
|
|
|
| -FaviconService* OffTheRecordProfileImpl::GetFaviconService(
|
| - ServiceAccessType sat) {
|
| - if (sat == EXPLICIT_ACCESS)
|
| - return profile_->GetFaviconService(sat);
|
| -
|
| - NOTREACHED() << "This profile is OffTheRecord";
|
| - return NULL;
|
| -}
|
| -
|
| policy::UserCloudPolicyManager*
|
| OffTheRecordProfileImpl::GetUserCloudPolicyManager() {
|
| return profile_->GetUserCloudPolicyManager();
|
|
|