| Index: mojo/public/cpp/bindings/strong_associated_binding.h
|
| diff --git a/mojo/public/cpp/bindings/strong_associated_binding.h b/mojo/public/cpp/bindings/strong_associated_binding.h
|
| index 4d77a35ee8e4b0d485e1e4ce85353e4fe2c37739..a1e299bb2d8def727bed3f545382ee9c31f3b5c8 100644
|
| --- a/mojo/public/cpp/bindings/strong_associated_binding.h
|
| +++ b/mojo/public/cpp/bindings/strong_associated_binding.h
|
| @@ -29,7 +29,10 @@ using StrongAssociatedBindingPtr =
|
| base::WeakPtr<StrongAssociatedBinding<Interface>>;
|
|
|
| // This connects an interface implementation strongly to an associated pipe.
|
| -// When a connection error is detected the implementation is deleted.
|
| +// When a connection error is detected the implementation is deleted. If the
|
| +// task runner that a StrongAssociatedBinding is bound on is stopped, the
|
| +// connection error handler will not be invoked and the implementation will not
|
| +// be deleted.
|
| //
|
| // To use, call StrongAssociatedBinding<T>::Create() (see below) or the helper
|
| // MakeStrongAssociatedBinding function:
|
|
|