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

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

Issue 2698703005: Use correct interface name in preferences_manifest.json. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/preferences_manifest.json
diff --git a/chrome/browser/prefs/preferences_manifest.json b/chrome/browser/prefs/preferences_manifest.json
index 0ce32ca365c9b1462cf694df38336bd6d6e439a9..bb498c205a8546a5856e8ecc7b11d9d9dda252e2 100644
--- a/chrome/browser/prefs/preferences_manifest.json
+++ b/chrome/browser/prefs/preferences_manifest.json
@@ -4,7 +4,7 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "preferences_manager": [ "prefs::mojom::PreferencesFactory" ]
+ "preferences_manager": [ "prefs::mojom::PreferencesServiceFactory" ]
},
"requires": {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698