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

Unified Diff: mojo/public/js/new_bindings/bindings.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
« no previous file with comments | « mojo/public/js/BUILD.gn ('k') | mojo/public/js/new_bindings/connector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/new_bindings/bindings.js
diff --git a/mojo/public/js/new_bindings/bindings.js b/mojo/public/js/new_bindings/bindings.js
index 98213a825e1360f869a4bd49e6f7ae066c0ed773..a82f43dddacd0af250dae47b91a69cb59d3b8aae 100644
--- a/mojo/public/js/new_bindings/bindings.js
+++ b/mojo/public/js/new_bindings/bindings.js
@@ -128,11 +128,6 @@
return this.proxy_;
};
- InterfacePtrController.prototype.waitForNextMessageForTesting = function() {
- this.configureProxyIfNecessary_();
- this.router_.waitForNextMessageForTesting();
- };
-
InterfacePtrController.prototype.configureProxyIfNecessary_ = function() {
if (!this.handle_)
return;
@@ -265,10 +260,6 @@
return result;
};
- Binding.prototype.waitForNextMessageForTesting = function() {
- this.router_.waitForNextMessageForTesting();
- };
-
// ---------------------------------------------------------------------------
function BindingSetEntry(bindingSet, interfaceType, bindingType, impl,
« no previous file with comments | « mojo/public/js/BUILD.gn ('k') | mojo/public/js/new_bindings/connector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698