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

Unified Diff: mojo/public/cpp/application/application_impl.h

Issue 845593003: Pass ServiceProvider and ServiceProvider& params in Connect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: services & exposed_services 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: mojo/public/cpp/application/application_impl.h
diff --git a/mojo/public/cpp/application/application_impl.h b/mojo/public/cpp/application/application_impl.h
index dbc8554d2f5373adbef39fa3a082059d8177a40e..0ea22c9bebfb72a3faa97aca28cf86520c4b8f1a 100644
--- a/mojo/public/cpp/application/application_impl.h
+++ b/mojo/public/cpp/application/application_impl.h
@@ -98,7 +98,8 @@ class ApplicationImpl : public InterfaceImpl<Application> {
// Application implementation.
void AcceptConnection(const String& requestor_url,
- ServiceProviderPtr provider) override;
+ InterfaceRequest<ServiceProvider> services,
+ ServiceProviderPtr exposed_services) override;
typedef std::vector<internal::ServiceRegistry*> ServiceRegistryList;

Powered by Google App Engine
This is Rietveld 408576698