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

Unified Diff: mojo/public/cpp/application/lib/application_delegate.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: mojo/public/cpp/application/lib/application_delegate.cc
diff --git a/mojo/public/cpp/application/lib/application_delegate.cc b/mojo/public/cpp/application/lib/application_delegate.cc
index f1c14af1cabe8787b07050d8c342ba92d7c82b57..420e4aa19f268ff176459a5547e8205db4f8b6a8 100644
--- a/mojo/public/cpp/application/lib/application_delegate.cc
+++ b/mojo/public/cpp/application/lib/application_delegate.cc
@@ -15,7 +15,8 @@ void ApplicationDelegate::Initialize(ApplicationImpl* app) {
}
bool ApplicationDelegate::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
+ ApplicationConnection* connection,
+ const std::string& url) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698