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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « sky/examples/dart-mojo.sky ('k') | sky/framework/inspector/inspector.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <import src="/gen/mojo/public/sky/connection.sky" as="connection" />
2 <script>
3 function connectToEmbedderService(service) {
4 var handle = internals.connectToEmbedderService(service.name);
5 return connection.bindHandleToProxy(handle, service);
6 }
7
8 module.exports = {
9 connectToEmbedderService: connectToEmbedderService,
10 };
11 </script>
OLDNEW
« 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