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

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: 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
Index: sky/viewer/internals.h
diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h
index 58a7781af997a5af714bb7df629b2fffb5685ba6..74b9f12d90c5b544565d457127fdafcdd6acaad6 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 exported_services) override;
mojo::Handle PassShellProxyHandle();
std::string RenderTreeAsText();

Powered by Google App Engine
This is Rietveld 408576698