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

Unified Diff: services/reaper/reaper_impl.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/reaper/reaper_impl.h
diff --git a/services/reaper/reaper_impl.h b/services/reaper/reaper_impl.h
index b0ae2a45e65c8dc9fbc524e5f45810a4a8adfd30..0a77d6d25ff724c02039013880b3256ac911b499 100644
--- a/services/reaper/reaper_impl.h
+++ b/services/reaper/reaper_impl.h
@@ -61,7 +61,8 @@ class ReaperImpl : public Diagnostics,
// mojo::ApplicationDelegate
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
+ mojo::ApplicationConnection* connection,
+ const std::string& url) override;
// mojo::InterfaceFactory<Reaper>
void Create(mojo::ApplicationConnection* connection,

Powered by Google App Engine
This is Rietveld 408576698