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

Unified Diff: examples/apptest/example_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: examples/apptest/example_service_application.h
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h
index b995edcfd2c64a821b3df27d00da8c86e4985b49..8dcb75bc5354480c3b042306e5888bc5d8cc9e5d 100644
--- a/examples/apptest/example_service_application.h
+++ b/examples/apptest/example_service_application.h
@@ -23,7 +23,7 @@ class ExampleServiceApplication : public ApplicationDelegate,
private:
// ApplicationDelegate implementation.
bool ConfigureIncomingConnection(
- ApplicationConnection* connection) override;
+ ApplicationConnection* connection, const std::string& url) override;
// InterfaceFactory<ExampleService> implementation.
void Create(ApplicationConnection* connection,

Powered by Google App Engine
This is Rietveld 408576698