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

Unified Diff: examples/recipes/recipe_handler/recipe_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: examples/recipes/recipe_handler/recipe_impl.cc
diff --git a/examples/recipes/recipe_handler/recipe_impl.cc b/examples/recipes/recipe_handler/recipe_impl.cc
index 7af04ecf977ebe9235e4728d1e50acac0d18f96d..9f5402c7511081d3a9e6399050644994c13e3516 100644
--- a/examples/recipes/recipe_handler/recipe_impl.cc
+++ b/examples/recipes/recipe_handler/recipe_impl.cc
@@ -67,7 +67,7 @@ void RecipeImpl::Initialize(mojo::ApplicationImpl* app) {
}
bool RecipeImpl::ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) {
+ mojo::ApplicationConnection* connection, const std::string& url) {
// TODO(sky): expose Recipe by way of InterfaceFactory.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698