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

Unified Diff: services/window_manager/window_manager_apptest.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: services/window_manager/window_manager_apptest.cc
diff --git a/services/window_manager/window_manager_apptest.cc b/services/window_manager/window_manager_apptest.cc
index f4124103db100d180eecb5df0fc2a889e38da55b..62ec0fb2dff83948b8415813659f2c6340e299e7 100644
--- a/services/window_manager/window_manager_apptest.cc
+++ b/services/window_manager/window_manager_apptest.cc
@@ -36,7 +36,7 @@ class TestApplication : public ApplicationDelegate, public ViewManagerDelegate {
new ViewManagerClientFactory(app->shell(), this));
}
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override {
+ bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override {
connection->AddService(view_manager_client_factory_.get());
return true;
}

Powered by Google App Engine
This is Rietveld 408576698