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

Unified Diff: sky/viewer/internals.h

Issue 845593003: Pass ServiceProvider and ServiceProvider& params in Connect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: use nullptr instead of ServiceProviderPtr(), fix ShellImpl 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/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 58a7781af997a5af714bb7df629b2fffb5685ba6..e546b922dd646966ca0f99572f4aba3519c07283 100644
--- a/sky/viewer/internals.h
+++ b/sky/viewer/internals.h
@@ -31,8 +31,9 @@ class Internals : public gin::Wrappable<Internals>,
// mojo::Shell method:
void ConnectToApplication(
- const mojo::String& application_url,
- mojo::InterfaceRequest<mojo::ServiceProvider> provider) override;
+ const mojo::String& application_url,
+ mojo::InterfaceRequest<mojo::ServiceProvider> services,
+ mojo::ServiceProviderPtr exposed_services) override;
mojo::Handle PassShellProxyHandle();
std::string RenderTreeAsText();
« 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