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

Unified Diff: sky/framework/embedder.sky

Issue 817573003: Move wm_flow off of views and onto Sky (Closed) Base URL: git@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 | « shell/dynamic_application_loader.cc ('k') | sky/tools/skydb » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..b3c5f9f1a39d694d2fb607ac05ed85ba19f757fe
--- /dev/null
+++ b/sky/framework/embedder.sky
@@ -0,0 +1,11 @@
+<import src="/sky/framework/shell.sky" as="shell" />
+<script>
+function connectToEmbedderService(service, client) {
+ var handle = internals.connectToEmbedderService(service.name);
+ return shell.wrapHandle(handle, service, client);
+}
+
+module.exports = {
+ connectToEmbedderService: connectToEmbedderService,
+};
+</script>
« no previous file with comments | « shell/dynamic_application_loader.cc ('k') | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698