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

Unified Diff: services/fake_surfaces/fake_surfaces_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: services/fake_surfaces/fake_surfaces_service_application.cc
diff --git a/services/fake_surfaces/fake_surfaces_service_application.cc b/services/fake_surfaces/fake_surfaces_service_application.cc
index 7e0a316eaac9c727309780eb69dbdcc7a5ff6a39..91a3856a233f833bbdb5a5a4d0534632ee894bec 100644
--- a/services/fake_surfaces/fake_surfaces_service_application.cc
+++ b/services/fake_surfaces/fake_surfaces_service_application.cc
@@ -81,7 +81,8 @@ void FakeSurfacesServiceApplication::Initialize(mojo::ApplicationImpl* app) {
}
bool FakeSurfacesServiceApplication::ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) {
+ mojo::ApplicationConnection* connection,
+ const std::string& url) {
connection->AddService(this);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698