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

Unified Diff: services/test_service/test_service_application.h

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: services/test_service/test_service_application.h
diff --git a/services/test_service/test_service_application.h b/services/test_service/test_service_application.h
index 6b36f07ab90b5b7c4162911cfbfe3a7a873f4576..ff413c817b3a122b766e18c82e91ee03099ed451 100644
--- a/services/test_service/test_service_application.h
+++ b/services/test_service/test_service_application.h
@@ -26,7 +26,7 @@ class TestServiceApplication : public ApplicationDelegate,
void Initialize(ApplicationImpl* app) override;
// ApplicationDelegate implementation.
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override;
// InterfaceFactory<TestService> implementation.
void Create(ApplicationConnection* connection,

Powered by Google App Engine
This is Rietveld 408576698