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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Enforce Observer Removal 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/BUILD.gn ('k') | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index f5a1abe37b8adfedb574fa57ee663f81d4c670cd..bba03c273f24c960d446b7bb42838c228f97afb2 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -32,12 +32,14 @@
"ash::mojom::VpnList",
"keyboard::mojom::Keyboard"
],
+ "prefs:manager" : [ "prefs::mojom::PreferencesManager" ],
"mash:launchable": [
"mash::mojom::Launchable"
]
},
"requires": {
"ash": [ "ash" ],
+ "catalog": [ "catalog:catalog" ],
"image_decoder": [ "decode" ]
}
},
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698