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

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

Issue 2706383002: DO NOT SUBMIT: Show silent service manager failure (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 | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | 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..28029f9e1a0eb0ea2db2216df9025b4a100b0eb8 100644
--- a/chrome/browser/prefs/preferences_manifest.json
+++ b/chrome/browser/prefs/preferences_manifest.json
@@ -4,7 +4,10 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "preferences_manager": [ "prefs::mojom::PreferencesFactory" ]
+ "preferences_manager": [
+ "prefs::mojom::PreferencesFactory",
+ "prefs::mojom::PrefStoreRegistry"
+ ]
},
"requires": {
}
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698