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

Side by Side Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)
Patch Set: . Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_renderer", 2 "name": "content_renderer",
3 "display_name": "Content (renderer process)", 3 "display_name": "Content (renderer process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "browser": [ 7 "browser": [
8 "content::mojom::Child",
8 "content::mojom::EmbeddedWorkerInstanceClient", 9 "content::mojom::EmbeddedWorkerInstanceClient",
9 "content::mojom::EmbeddedWorkerSetup", 10 "content::mojom::EmbeddedWorkerSetup",
10 "content::mojom::FrameFactory", 11 "content::mojom::FrameFactory",
11 "content::mojom::RenderWidgetWindowTreeClientFactory", 12 "content::mojom::RenderWidgetWindowTreeClientFactory",
12 "IPC::mojom::ChannelBootstrap", 13 "IPC::mojom::ChannelBootstrap",
13 "visitedlink::mojom::VisitedLinkNotificationSink", 14 "visitedlink::mojom::VisitedLinkNotificationSink",
14 "web_cache::mojom::WebCache" 15 "web_cache::mojom::WebCache"
15 ], 16 ],
16 "service_manager:service_factory": [ 17 "service_manager:service_factory": [
17 "service_manager::mojom::ServiceFactory" 18 "service_manager::mojom::ServiceFactory"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "v8_snapshot_32_data" : [{ 67 "v8_snapshot_32_data" : [{
67 "path": "assets/snapshot_blob_32.bin", 68 "path": "assets/snapshot_blob_32.bin",
68 "platform": "android" 69 "platform": "android"
69 }], 70 }],
70 "v8_snapshot_64_data" : [{ 71 "v8_snapshot_64_data" : [{
71 "path": "assets/snapshot_blob_64.bin", 72 "path": "assets/snapshot_blob_64.bin",
72 "platform": "android" 73 "platform": "android"
73 }] 74 }]
74 } 75 }
75 } 76 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_plugin_manifest.json ('k') | content/public/app/mojo/content_utility_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698