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

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

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
Patch Set: fix android 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
Index: mojo/public/js/connection.js
diff --git a/mojo/public/js/connection.js b/mojo/public/js/connection.js
index 223e71128911ea8ddb329a1cbdfea3b5185df07a..90f1f1efae5f334071fc44bad0c63dec691e27e6 100644
--- a/mojo/public/js/connection.js
+++ b/mojo/public/js/connection.js
@@ -168,6 +168,8 @@ 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;
}

Powered by Google App Engine
This is Rietveld 408576698