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

Unified Diff: examples/surfaces_app/child_gl_app.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/surfaces_app/child_gl_app.cc
diff --git a/examples/surfaces_app/child_gl_app.cc b/examples/surfaces_app/child_gl_app.cc
index 5630b2428b5027d4ea9550c5b71b7a0ff3fc43b8..2d5db9599c858a88f73f53ec2a3fc03ae9bcf8ca 100644
--- a/examples/surfaces_app/child_gl_app.cc
+++ b/examples/surfaces_app/child_gl_app.cc
@@ -30,7 +30,7 @@ class ChildGLApp : public ApplicationDelegate, public InterfaceFactory<Child> {
// ApplicationDelegate implementation.
virtual bool ConfigureIncomingConnection(
- ApplicationConnection* connection) override {
+ ApplicationConnection* connection, const std::string& url) override {
connection->AddService(this);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698