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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2456493003: Add frame-specific InterfaceProviderSpec. (Closed)
Patch Set: . Created 4 years, 2 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 | « ash/mus/manifest.json ('k') | chrome/browser/chrome_content_renderer_manifest_overlay.json » ('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 65fed5762c8cc3dba4d3e29805b67801327bbfbc..5a2c38671bfb0a62eb0cd060f10ecef94e0b9c61 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -24,11 +24,31 @@
"ash::mojom::SystemTrayClient",
"ash::mojom::WallpaperController",
"ash::mojom::WallpaperManager",
- "ash::mojom::VolumeController"
+ "ash::mojom::VolumeController",
+ "keyboard::mojom::Keyboard"
],
"mash:launchable": [
"mash::mojom::Launchable"
]
+ },
+ "requires": {
+ "service:ash": [ "ash" ]
+ }
+ },
+ "navigation:frame": {
+ "provides": {
+ "renderer": [
+ "autofill::mojom::AutofillDriver",
+ "autofill::mojom::PasswordManagerDriver",
+ "blink::mojom::ShareService",
+ "dom_distiller::mojom::DistillabilityService",
+ "dom_distiller::mojom::DistillerJavaScriptService",
+ "extensions::KeepAlive",
+ "extensions::mime_handler::MimeHandlerService",
+ "mojom::OmniboxPageHandler",
+ "password_manager::mojom::CredentialManager",
+ "translate::mojom::ContentTranslateDriver"
+ ]
}
}
}
« no previous file with comments | « ash/mus/manifest.json ('k') | chrome/browser/chrome_content_renderer_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698