| 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 9417847de9cb3ac1c5115d292f50056b18588de5..bafa3139425eac3241609729f335f5df57b70a48 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -229,10 +229,6 @@ ExtensionSpecialStoragePolicy*
|
| return GetOriginalProfile()->GetExtensionSpecialStoragePolicy();
|
| }
|
|
|
| -GAIAInfoUpdateService* OffTheRecordProfileImpl::GetGAIAInfoUpdateService() {
|
| - return NULL;
|
| -}
|
| -
|
| policy::ManagedModePolicyProvider*
|
| OffTheRecordProfileImpl::GetManagedModePolicyProvider() {
|
| return profile_->GetManagedModePolicyProvider();
|
|
|