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

Unified Diff: content/public/app/mojo/content_renderer_manifest.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
Index: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index 26e995f2cf0ba9a28142e8b3990601d7687e364e..e3b3f6d611c41c8444841321fdd9be2c5a702546 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -22,6 +22,16 @@
"service:content_browser": [ "renderer" ],
"service:ui": [ "ui:gpu_client" ]
}
+ },
+ "navigation:frame": {
+ "provides": {
+ "browser": [
+ "content::mojom::ImageDownloader"
+ ]
+ },
+ "requires": {
+ "service:content_browser": [ "renderer" ]
+ }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698