| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index a41d56575d882457b693903b626f5960fe582cfb..bfc8bec57ecc50d307e47f4c4cd1f8039a681938 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -478,6 +478,10 @@ FilePath TestingProfile::GetPath() {
|
| return profile_path_;
|
| }
|
|
|
| +scoped_refptr<base::SequencedTaskRunner> TestingProfile::GetIOTaskRunner() {
|
| + return MessageLoop::current()->message_loop_proxy();
|
| +}
|
| +
|
| TestingPrefService* TestingProfile::GetTestingPrefService() {
|
| if (!prefs_.get())
|
| CreateTestingPrefService();
|
|
|