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

Unified Diff: sky/framework/shell.sky

Issue 922123002: Make sky/tests/services/event-sender.sky pass (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Moar simple Created 5 years, 10 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: sky/framework/shell.sky
diff --git a/sky/framework/shell.sky b/sky/framework/shell.sky
deleted file mode 100644
index 1e6c8690fe7f4b18f073110337c50bde6bc598a5..0000000000000000000000000000000000000000
--- a/sky/framework/shell.sky
+++ /dev/null
@@ -1,11 +0,0 @@
-<import src="/gen/mojo/public/sky/connection.sky" as="connection" />
-<script>
-function connectToService(url, service, client) {
- var handle = internals.connectToService(url, service.name);
- return connection.bindHandleToProxy(handle, service);
-}
-
-module.exports = {
- connectToService: connectToService,
-};
-</script>

Powered by Google App Engine
This is Rietveld 408576698