| 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 29c84cd8ad112d526a649e2a828865ca9194e5e7..093553184fd68345669552c9801f96d8e54c5a12 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -190,6 +190,11 @@ FilePath OffTheRecordProfileImpl::GetPath() {
|
| return profile_->GetPath();
|
| }
|
|
|
| +scoped_refptr<base::SequencedTaskRunner>
|
| +OffTheRecordProfileImpl::GetIOTaskRunner() {
|
| + return profile_->GetIOTaskRunner();
|
| +}
|
| +
|
| bool OffTheRecordProfileImpl::IsOffTheRecord() const {
|
| return true;
|
| }
|
|
|