| Index: content/public/app/mojo/content_plugin_manifest.json
 | 
| diff --git a/content/public/app/mojo/content_plugin_manifest.json b/content/public/app/mojo/content_plugin_manifest.json
 | 
| index 5208278b795cce791244e69d27ff207161f54611..ed8f3268cc9a53d65ebbdb452c6e5505b3d69b63 100644
 | 
| --- a/content/public/app/mojo/content_plugin_manifest.json
 | 
| +++ b/content/public/app/mojo/content_plugin_manifest.json
 | 
| @@ -4,7 +4,10 @@
 | 
|    "interface_provider_specs": {
 | 
|      "service_manager:connector": {
 | 
|        "provides": {
 | 
| -        "browser": [ "IPC::mojom::ChannelBootstrap" ],
 | 
| +        "browser": [ 
 | 
| +          "content::mojom::Child",
 | 
| +          "IPC::mojom::ChannelBootstrap"
 | 
| +        ],
 | 
|          "service_manager:service_factory": [
 | 
|            "service_manager::mojom::ServiceFactory"
 | 
|          ]
 | 
| 
 |