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

Unified Diff: chrome/service/service_process_prefs.cc

Issue 10384047: Revert 135222 - it broke multiprofile tests - Use worker pool for IO in JsonPrefStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « chrome/service/service_process_prefs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process_prefs.cc
===================================================================
--- chrome/service/service_process_prefs.cc (revision 135722)
+++ chrome/service/service_process_prefs.cc (working copy)
@@ -8,8 +8,8 @@
ServiceProcessPrefs::ServiceProcessPrefs(
const FilePath& pref_filename,
- base::SequencedTaskRunner* blocking_task_runner)
- : prefs_(new JsonPrefStore(pref_filename, blocking_task_runner)) {
+ base::MessageLoopProxy* file_message_loop_proxy)
+ : prefs_(new JsonPrefStore(pref_filename, file_message_loop_proxy)) {
}
ServiceProcessPrefs::~ServiceProcessPrefs() {}
« no previous file with comments | « chrome/service/service_process_prefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698