| Index: mojo/public/cpp/bindings/lib/multiplex_router.h
|
| diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| index cac138bcb79b4c635a98176ecd2213dc36a1c453..8f1f79363d90cc6a9e669a69c2f0179e7f97a860 100644
|
| --- a/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| +++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| @@ -130,6 +130,8 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
|
| // Whether there are any associated interfaces running currently.
|
| bool HasAssociatedEndpoints() const;
|
|
|
| + void EnableNestedDispatch(bool enabled);
|
| +
|
| // Sets this object to testing mode.
|
| // In testing mode, the object doesn't disconnect the underlying message pipe
|
| // when it receives unexpected or invalid messages.
|
|
|