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

Unified Diff: examples/recipes/recipe_handler/recipe_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: examples/recipes/recipe_handler/recipe_impl.h
diff --git a/examples/recipes/recipe_handler/recipe_impl.h b/examples/recipes/recipe_handler/recipe_impl.h
index ba0efd956aa4fccdd12f4f353019bee4c71f78f4..717f0a7e60e707a12e423f6878f7cd8d10a2a37c 100644
--- a/examples/recipes/recipe_handler/recipe_impl.h
+++ b/examples/recipes/recipe_handler/recipe_impl.h
@@ -64,7 +64,7 @@ class RecipeImpl : public Recipe, public mojo::ApplicationDelegate {
// ApplicationDelegate:
void Initialize(mojo::ApplicationImpl* app) override;
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
+ mojo::ApplicationConnection* connection, const std::string& url) override;
const GURL renderer_url_;

Powered by Google App Engine
This is Rietveld 408576698