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

Unified Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2259903002: Enforce capability spec renderer <--> browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 3 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 66c74ae7fd901c3f2605be462697426e29546e82..a4c4aa54b93c2702358abc51e3b7f2813d989ed9 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -4,12 +4,20 @@
"display_name": "Content Renderer",
"capabilities": {
"provided": {
- "all_interfaces": [ "*" ]
+ "all_interfaces": [ "*" ],
+ "browser": [
+ "content::mojom::EmbeddedWorkerSetup",
+ "content::mojom::FrameFactory",
+ "content::mojom::TestMojoService",
+ "IPC::mojom::ChannelBootstrap",
+ "mojom::ResourceUsageReporter",
+ "web_cache::mojom::WebCache"
+ ]
},
"required": {
// Remove this once http://crbug.com/632818 is fixed.
"exe:content_browser": {
- "classes": [ "all_interfaces" ]
+ "classes": [ "web" ]
},
"mojo:ui": {
"interfaces": [
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698