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

Unified Diff: content/public/app/mojo/content_browser_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
« no previous file with comments | « content/public/app/mojo/OWNERS ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 3cb41bfba828c034369904ab5c6321f7a42e5d91..c2995394851f00402a334fb2988889db98da90a8 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -6,7 +6,29 @@
"capabilities": {
// Remove this once http://crbug.com/632818 is fixed.
"provided": {
- "all_interfaces": [ "*" ]
+ "all_interfaces": [ "*" ],
+ "web": [
+ "blink::mojom::BackgroundSyncService",
+ "blink::mojom::BroadcastChannelProvider",
+ "blink::mojom::BudgetService",
+ "blink::mojom::MimeRegistry",
+ "blink::mojom::NotificationService",
+ "blink::mojom::OffscreenCanvasFrameReceiver",
+ "blink::mojom::OffscreenCanvasSurface",
+ "blink::mojom::PermissionService",
+ "blink::mojom::WebSocket",
+ "content::mojom::LayoutTestBluetoothFakeAdapterSetter",
+ "content::mojom::MemoryCoordinatorHandle",
+ "content::mojom::StoragePartitionService",
+ "content::mojom::URLLoaderFactory",
+ "device::BatteryMonitor",
+ "device::mojom::LightSensor",
+ "device::mojom::MotionSensor",
+ "device::mojom::OrientationSensor",
+ "device::mojom::TimeZoneMonitor",
+ "media::mojom::ImageCapture",
+ "memory_coordinator::mojom::MemoryCoordinatorHandle"
+ ]
},
"required": {
"*": { "classes": [ "app" ] },
@@ -15,7 +37,7 @@
// processes.
"exe:content_gpu": { "classes": [ "all_interfaces" ] },
"exe:content_plugin": { "classes": [ "all_interfaces" ] },
- "exe:content_renderer": { "classes": [ "all_interfaces" ] },
+ "exe:content_renderer": { "classes": [ "browser" ] },
"exe:content_utility": { "classes": [ "all_interfaces" ] },
"mojo:shell": {
« no previous file with comments | « content/public/app/mojo/OWNERS ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698