Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: mojo/public/js/new_bindings/router.js

Issue 2891193002: Mojo JS bindings: switch all mojo/ layout tests to use the new mode. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « mojo/public/js/new_bindings/lib/interface_endpoint_client.js ('k') | mojo/public/js/new_bindings/validator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698