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

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

Issue 2778733003: Pref service: delete old implementation (Closed)
Patch Set: Fix missed merge 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
« no previous file with comments | « chrome/browser/prefs/preferences_connection_manager.cc ('k') | chrome/browser/prefs/preferences_service.h » ('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
deleted file mode 100644
index bb498c205a8546a5856e8ecc7b11d9d9dda252e2..0000000000000000000000000000000000000000
--- a/chrome/browser/prefs/preferences_manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "preferences",
- "display_name": "Preferences",
- "interface_provider_specs": {
- "service_manager:connector": {
- "provides": {
- "preferences_manager": [ "prefs::mojom::PreferencesServiceFactory" ]
- },
- "requires": {
- }
- }
- }
-}
« no previous file with comments | « chrome/browser/prefs/preferences_connection_manager.cc ('k') | chrome/browser/prefs/preferences_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698