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

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

Issue 2740493002: Pref service: create service at browser startup (Closed)
Patch Set: Rename the capability provided by the service 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..353b008b5e26935df7305f1ada00786cefef1572
--- /dev/null
+++ b/chrome/browser/prefs/preferences2_manifest.json
@@ -0,0 +1,15 @@
+{
Sam McNally 2017/03/07 05:32:03 I think this should be //services/preferences/mani
tibell 2017/03/07 06:25:39 Done.
+ "name": "preferences2",
+ "display_name": "Preferences",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "pref_client": [
+ "prefs::mojom::PrefStoreRegistry"
+ ]
+ },
+ "requires": {
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698