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

Unified Diff: services/test_service/test_request_tracker_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_request_tracker_application.h
diff --git a/services/test_service/test_request_tracker_application.h b/services/test_service/test_request_tracker_application.h
index eabe6cdad9f71d5a5714c4f4bbab465c04452c63..868edcb734e2e9408eff23e2e0c2b9d19bec83a4 100644
--- a/services/test_service/test_request_tracker_application.h
+++ b/services/test_service/test_request_tracker_application.h
@@ -28,7 +28,7 @@ class TestRequestTrackerApplication
void Initialize(ApplicationImpl* app) override;
// ApplicationDelegate methods:
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override;
// InterfaceFactory<TestTimeService> methods:
void Create(ApplicationConnection* connection,

Powered by Google App Engine
This is Rietveld 408576698