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

Unified Diff: examples/apptest/example_service_application.cc

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: hate Created 5 years, 10 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: examples/apptest/example_service_application.cc
diff --git a/examples/apptest/example_service_application.cc b/examples/apptest/example_service_application.cc
index 59a3535cefd9956c69e20262118572267dc37fb6..5e6ad322e2cc131d73dafa94b91040b08d47b9a5 100644
--- a/examples/apptest/example_service_application.cc
+++ b/examples/apptest/example_service_application.cc
@@ -15,7 +15,7 @@ ExampleServiceApplication::ExampleServiceApplication() {}
ExampleServiceApplication::~ExampleServiceApplication() {}
bool ExampleServiceApplication::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
+ ApplicationConnection* connection, const std::string& url) {
connection->AddService<ExampleService>(this);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698