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

Unified Diff: sky/viewer/internals.h

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/viewer/document_view.cc ('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 87136e830ffb32350a2f72918e9ece98325ad783..be421addb378517c8ed5e7bb58831954218efc9f 100644
--- a/sky/viewer/internals.h
+++ b/sky/viewer/internals.h
@@ -27,12 +27,13 @@ class Internals : public base::SupportsUserData::Data,
mojo::InterfaceRequest<mojo::ServiceProvider> services,
mojo::ServiceProviderPtr exposed_services) override;
- mojo::Handle PassShellProxyHandle();
std::string RenderTreeAsText();
std::string ContentAsText();
void NotifyTestComplete(const std::string& test_result);
- mojo::Handle ConnectToEmbedderService(const std::string& interface_name);
+ mojo::Handle TakeShellProxyHandle();
+ mojo::Handle TakeServicesProvidedToEmbedder();
+ mojo::Handle TakeServicesProvidedByEmbedder();
mojo::Handle ConnectToService(
const std::string& application_url, const std::string& interface_name);
« no previous file with comments | « sky/viewer/document_view.cc ('k') | sky/viewer/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698