| Index: content/common/associated_interface_registry_impl.h
|
| diff --git a/content/common/associated_interface_registry_impl.h b/content/common/associated_interface_registry_impl.h
|
| index 1f624a2f8efe9ec83f4b4f3b2b25679bfe5e48fb..4f7431c049789a7e88c21ba275041425a1723b06 100644
|
| --- a/content/common/associated_interface_registry_impl.h
|
| +++ b/content/common/associated_interface_registry_impl.h
|
| @@ -19,6 +19,7 @@ class AssociatedInterfaceRegistryImpl : public AssociatedInterfaceRegistry {
|
| AssociatedInterfaceRegistryImpl();
|
| ~AssociatedInterfaceRegistryImpl() override;
|
|
|
| + bool CanBindRequest(const std::string& interface_name) const;
|
| void BindRequest(const std::string& interface_name,
|
| mojo::ScopedInterfaceEndpointHandle handle);
|
|
|
|
|