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

Unified Diff: mojo/public/js/connection.js

Issue 883953003: Mojo JS Bindings: Add support for closing Proxy and Stub connections (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/bindings.js ('k') | mojo/services/public/js/shell.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/connection.js
diff --git a/mojo/public/js/connection.js b/mojo/public/js/connection.js
index 90f1f1efae5f334071fc44bad0c63dec691e27e6..223e71128911ea8ddb329a1cbdfea3b5185df07a 100644
--- a/mojo/public/js/connection.js
+++ b/mojo/public/js/connection.js
@@ -168,8 +168,6 @@ define("mojo/public/js/connection", [
var router = new Router(handle);
var connection = new BaseConnection(undefined, proxy, router);
ProxyBindings(proxy).connection = connection;
- // TODO(hansmuller): Provide a way to explicitly close a proxy.
- proxy.handleStash = handle;
return proxy;
}
« no previous file with comments | « mojo/public/js/bindings.js ('k') | mojo/services/public/js/shell.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698