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

Unified Diff: examples/apptest/example_service_application.h

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « apps/moterm/moterm_view.cc ('k') | examples/apptest/example_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_service_application.h
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h
index b995edcfd2c64a821b3df27d00da8c86e4985b49..e0a8ceeb29781d628e9d94277d1f51ab23c1531c 100644
--- a/examples/apptest/example_service_application.h
+++ b/examples/apptest/example_service_application.h
@@ -26,7 +26,7 @@ class ExampleServiceApplication : public ApplicationDelegate,
ApplicationConnection* connection) override;
// InterfaceFactory<ExampleService> implementation.
- void Create(ApplicationConnection* connection,
+ void Create(const ConnectionContext& connection_context,
InterfaceRequest<ExampleService> request) override;
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceApplication);
« no previous file with comments | « apps/moterm/moterm_view.cc ('k') | examples/apptest/example_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698