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

Unified Diff: services/clipboard/main.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/clipboard/main.cc
diff --git a/services/clipboard/main.cc b/services/clipboard/main.cc
index c46ff4600f6229b8e0742dd28047f3c60fd279e0..c7aec9756df51bd6e6d188bfecaa2fa7f346fcd4 100644
--- a/services/clipboard/main.cc
+++ b/services/clipboard/main.cc
@@ -24,7 +24,8 @@ class Delegate : public mojo::ApplicationDelegate,
// mojo::ApplicationDelegate implementation.
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override {
+ mojo::ApplicationConnection* connection,
+ const std::string& url) override {
connection->AddService(this);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698