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

Unified Diff: sky/framework/embedder.sky

Issue 944733002: Sky should expose services provided to/by embedder (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/examples/dart-mojo.sky ('k') | sky/framework/inspector/inspector.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/embedder.sky
diff --git a/sky/framework/embedder.sky b/sky/framework/embedder.sky
deleted file mode 100644
index 202967c95bc9c2058d5583791f78101663ad9da5..0000000000000000000000000000000000000000
--- a/sky/framework/embedder.sky
+++ /dev/null
@@ -1,11 +0,0 @@
-<import src="/gen/mojo/public/sky/connection.sky" as="connection" />
-<script>
-function connectToEmbedderService(service) {
- var handle = internals.connectToEmbedderService(service.name);
- return connection.bindHandleToProxy(handle, service);
-}
-
-module.exports = {
- connectToEmbedderService: connectToEmbedderService,
-};
-</script>
« no previous file with comments | « sky/examples/dart-mojo.sky ('k') | sky/framework/inspector/inspector.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698