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

Unified Diff: chrome/browser/prefs/preferences2_manifest.json

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Address review comments 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
Index: chrome/browser/prefs/preferences2_manifest.json
diff --git a/chrome/browser/prefs/preferences2_manifest.json b/chrome/browser/prefs/preferences2_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..964f1e76838dabf78f97b75e6e97b712f215fd14
--- /dev/null
+++ b/chrome/browser/prefs/preferences2_manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "preferences2",
+ "display_name": "Preferences",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "preferences_manager": [
+ "prefs::mojom::PrefStoreRegistry"
+ ]
+ },
+ "requires": {
Sam McNally 2017/03/07 01:47:13 Can you remove this section?
tibell 2017/03/07 02:44:15 Done.
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698