Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6534)

Unified Diff: chrome/test/base/testing_profile.cc

Issue 11027070: Moved JsonPrefStore to use SequencedWorkerPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698