blob: d83d2b2f22690befc825b7e6838714635af3bb5d [file] [log] [blame]
{
"name": "chrome",
"display_name": "Chrome",
"options" : {
"instance_sharing": "shared_instance_across_users",
"can_connect_to_other_services_with_any_instance_name": true,
"can_create_other_service_instances": true
},
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
// This is only used in classic ash. In mus InputDeviceController comes
// from mus.
"input_device_controller": [
"ws.mojom.InputDeviceController"
],
"mash:launchable": [
"mash.mojom.Launchable"
],
"renderer": [
"spellcheck.mojom.SpellCheckHost",
"spellcheck.mojom.SpellCheckPanelHost",
"startup_metric_utils.mojom.StartupMetricHost"
]
},
"requires": {
"chrome_renderer": [ "browser" ]
}
}
}
}