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 10792940d96aa15a7363f0c2fe49e0ce20c8de5b..3cb41bfba828c034369904ab5c6321f7a42e5d91 100644 |
--- a/content/public/app/mojo/content_browser_manifest.json |
+++ b/content/public/app/mojo/content_browser_manifest.json |
@@ -6,25 +6,7 @@ |
"capabilities": { |
// Remove this once http://crbug.com/632818 is fixed. |
"provided": { |
- "all_interfaces": [ "*" ], |
- "web": [ |
- "blink::mojom::BackgroundSyncService", |
- "blink::mojom::BudgetService", |
- "blink::mojom::MimeRegistry", |
- "blink::mojom::NotificationService", |
- "blink::mojom::OffscreenCanvasSurface", |
- "blink::mojom::PermissionService", |
- "blink::mojom::WebSocket", |
- "content::mojom::LayoutTestBluetoothFakeAdapterSetter", |
- "content::mojom::StoragePartitionService", |
- "content::mojom::URLLoaderFactory", |
- "device::BatteryMonitor", |
- "device::mojom::LightSensor", |
- "device::mojom::MotionSensor", |
- "device::mojom::OrientationSensor", |
- "media::mojom::ImageCapture", |
- "memory_coordinator::mojom::MemoryCoordinatorHandle" |
- ] |
+ "all_interfaces": [ "*" ] |
}, |
"required": { |
"*": { "classes": [ "app" ] }, |
@@ -33,7 +15,7 @@ |
// processes. |
"exe:content_gpu": { "classes": [ "all_interfaces" ] }, |
"exe:content_plugin": { "classes": [ "all_interfaces" ] }, |
- "exe:content_renderer": { "classes": [ "browser" ] }, |
+ "exe:content_renderer": { "classes": [ "all_interfaces" ] }, |
"exe:content_utility": { "classes": [ "all_interfaces" ] }, |
"mojo:shell": { |