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

Unified Diff: examples/apptest/example_service_application.cc

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 | « examples/apptest/example_service_application.h ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_service_application.cc
diff --git a/examples/apptest/example_service_application.cc b/examples/apptest/example_service_application.cc
index 9efcebaf408b92180dbd60b8ca4ba8fde2b68ce1..0487194fdba9352658fdde63a1ff149933028cad 100644
--- a/examples/apptest/example_service_application.cc
+++ b/examples/apptest/example_service_application.cc
@@ -23,7 +23,7 @@ bool ExampleServiceApplication::ConfigureIncomingConnection(
}
void ExampleServiceApplication::Create(
- ApplicationConnection* connection,
+ const ConnectionContext& connection_context,
InterfaceRequest<ExampleService> request) {
// Not leaked: ExampleServiceImpl is strongly bound to the pipe.
new ExampleServiceImpl(request.Pass());
« no previous file with comments | « examples/apptest/example_service_application.h ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698