| 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;
|
| }
|
|
|