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

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

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Update PreferencesManager to account for base::Value API change Created 4 years 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/preferences_manager_unittest.cc ('k') | chrome/test/BUILD.gn » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..37b790adde304357f6706eeb4dcb1c8f119d83c2
--- /dev/null
+++ b/chrome/browser/prefs/preferences_manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "preferences",
+ "display_name": "Preferences",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "preferences_manager": [ "prefs::mojom::PreferencesManager" ]
+ },
+ "requires": {
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/browser/prefs/preferences_manager_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698