| Index: mojo/public/js/new_bindings/router.js
|
| diff --git a/mojo/public/js/new_bindings/router.js b/mojo/public/js/new_bindings/router.js
|
| index 7eadb92cba0c2c76ee5c06d7ab6e3051dc61fc57..c7065dcedbdc2721036e04684e03f07ebdb1579a 100644
|
| --- a/mojo/public/js/new_bindings/router.js
|
| +++ b/mojo/public/js/new_bindings/router.js
|
| @@ -231,10 +231,6 @@
|
| this.onPipeConnectionError();
|
| };
|
|
|
| - Router.prototype.waitForNextMessageForTesting = function() {
|
| - this.connector_.waitForNextMessageForTesting();
|
| - };
|
| -
|
| Router.prototype.onPeerAssociatedEndpointClosed = function(interfaceId,
|
| reason) {
|
| check(!internal.isMasterInterfaceId(interfaceId) || reason);
|
|
|