| Index: content/common/mojo/service_registry_impl.cc
|
| diff --git a/content/common/mojo/service_registry_impl.cc b/content/common/mojo/service_registry_impl.cc
|
| index ac4eb7dd6bac7e6bff9ee7fb83b7412710012406..4557598499cd7906bb5cc7d28559ec22a8150c7b 100644
|
| --- a/content/common/mojo/service_registry_impl.cc
|
| +++ b/content/common/mojo/service_registry_impl.cc
|
| @@ -10,7 +10,9 @@ namespace content {
|
|
|
| ServiceRegistryImpl::ServiceRegistryImpl()
|
| : binding_(this), weak_factory_(this) {
|
| - binding_.set_error_handler(this);
|
| + binding_.set_connection_error_handler(
|
| + base::Bind(&ServiceRegistryImpl::OnConnectionError,
|
| + base::Unretained(this)));
|
| }
|
|
|
| ServiceRegistryImpl::~ServiceRegistryImpl() {
|
|
|