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

Unified Diff: services/preferences/persistent_pref_store_factory.h

Issue 2767743003: Pref service: Merge connectors and send a PrefRegistry in Connect(). (Closed)
Patch Set: Created 3 years, 9 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 | « services/preferences/manifest.json ('k') | services/preferences/persistent_pref_store_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/persistent_pref_store_factory.h
diff --git a/services/preferences/persistent_pref_store_factory.h b/services/preferences/persistent_pref_store_factory.h
index 7fdcaf4723ef129d3ae56197ddc721b4560f682b..06cf8f701b08b6ca98f0b9920231acc50f20f367 100644
--- a/services/preferences/persistent_pref_store_factory.h
+++ b/services/preferences/persistent_pref_store_factory.h
@@ -20,7 +20,8 @@ class PersistentPrefStoreImpl;
// configured by |configuration|.
std::unique_ptr<PersistentPrefStoreImpl> CreatePersistentPrefStore(
mojom::PersistentPrefStoreConfigurationPtr configuration,
- base::SequencedWorkerPool* worker_pool);
+ base::SequencedWorkerPool* worker_pool,
+ base::Closure on_initialized);
} // namespace prefs
« no previous file with comments | « services/preferences/manifest.json ('k') | services/preferences/persistent_pref_store_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698