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

Unified Diff: mojo/public/js/new_bindings/connector.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/connector.js
diff --git a/mojo/public/js/new_bindings/connector.js b/mojo/public/js/new_bindings/connector.js
index 2fd40b81ca1fddea1ce8c9ecd842bb5a76c1c1ff..5acba5f804d150145e9a1906153530f2310eeb80 100644
--- a/mojo/public/js/new_bindings/connector.js
+++ b/mojo/public/js/new_bindings/connector.js
@@ -82,11 +82,6 @@
this.errorHandler_ = handler;
};
- Connector.prototype.waitForNextMessageForTesting = function() {
- // TODO(yzshen): Change the tests that use this method.
- throw new Error("Not supported!");
- };
-
Connector.prototype.readMore_ = function(result) {
for (;;) {
if (this.paused_) {
« no previous file with comments | « mojo/public/js/new_bindings/bindings.js ('k') | mojo/public/js/new_bindings/lib/interface_endpoint_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698