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

Unified Diff: chrome/service/service_process_prefs.h

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/common/json_pref_store.cc ('k') | chrome/service/service_process_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process_prefs.h
===================================================================
--- chrome/service/service_process_prefs.h (revision 135722)
+++ chrome/service/service_process_prefs.h (working copy)
@@ -12,7 +12,7 @@
namespace base {
class DictionaryValue;
-} // namespace base
+}
// Manages persistent preferences for the service process. This is basically a
// thin wrapper around JsonPrefStore for more comfortable use.
@@ -21,7 +21,7 @@
// |file_message_loop_proxy| is the MessageLoopProxy for a thread on which
// file I/O can be done.
ServiceProcessPrefs(const FilePath& pref_filename,
- base::SequencedTaskRunner* blocking_task_runner);
+ base::MessageLoopProxy* file_message_loop_proxy);
~ServiceProcessPrefs();
// Read preferences from the backing file.
« no previous file with comments | « chrome/common/json_pref_store.cc ('k') | chrome/service/service_process_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698