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

Unified Diff: services/reaper/reaper_impl.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/reaper/reaper_impl.cc
diff --git a/services/reaper/reaper_impl.cc b/services/reaper/reaper_impl.cc
index 08c33c0d8c50359d4706f17742be6713fc7cfe94..543367cf15e6c3373f1da282df1c641201918fed 100644
--- a/services/reaper/reaper_impl.cc
+++ b/services/reaper/reaper_impl.cc
@@ -264,7 +264,8 @@ void ReaperImpl::CompleteTransfer(uint32 source_node_id,
}
bool ReaperImpl::ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) {
+ mojo::ApplicationConnection* connection,
+ const std::string& url) {
connection->AddService<Reaper>(this);
connection->AddService<Diagnostics>(this);
return true;

Powered by Google App Engine
This is Rietveld 408576698