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

Unified Diff: sky/viewer/internals.h

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 | « sky/tools/skypy/skyserver.py ('k') | sky/viewer/internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/internals.h
diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h
index 22ca4c3cb5432345c6c46a6d282b891b7a793e9f..c2e9a93b5e0e3968ca3f8d32660bf39df8a4f255 100644
--- a/sky/viewer/internals.h
+++ b/sky/viewer/internals.h
@@ -31,6 +31,8 @@ class Internals : public gin::Wrappable<Internals> {
std::string ContentAsText();
void NotifyTestComplete(const std::string& test_result);
+ mojo::Handle ConnectToEmbedderService(const std::string& interface_name);
+
mojo::Handle ConnectToService(
const std::string& application_url, const std::string& interface_name);
« no previous file with comments | « sky/tools/skypy/skyserver.py ('k') | sky/viewer/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698