| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 930064b8439a303020251ae2a490f553a9806c6e..bbfacbbaa5a4b6d7ad79e803fcbfc6cca064f421 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -87,6 +87,7 @@ class OffTheRecordProfileImpl : public Profile,
|
|
|
| // content::BrowserContext implementation:
|
| virtual FilePath GetPath() OVERRIDE;
|
| + virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual content::DownloadManagerDelegate*
|
| GetDownloadManagerDelegate() OVERRIDE;
|
|
|