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

Unified Diff: services/preferences/manifest.json

Issue 2738353002: Pref service: integrate PersistentPrefStoreImpl with PrefStoreManagerImpl. (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/BUILD.gn ('k') | services/preferences/persistent_pref_store_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/manifest.json
diff --git a/services/preferences/manifest.json b/services/preferences/manifest.json
index 353b008b5e26935df7305f1ada00786cefef1572..6fd559754c55af9d74863f2d4411c28ef7b57cff 100644
--- a/services/preferences/manifest.json
+++ b/services/preferences/manifest.json
@@ -5,7 +5,11 @@
"service_manager:connector": {
"provides": {
"pref_client": [
- "prefs::mojom::PrefStoreRegistry"
+ "prefs::mojom::PrefStoreRegistry",
+ "prefs::mojom::PersistentPrefStoreConnector"
+ ],
+ "pref_control": [
+ "prefs::mojom::PrefServiceControl"
]
},
"requires": {
« no previous file with comments | « services/preferences/BUILD.gn ('k') | services/preferences/persistent_pref_store_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698