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

Unified Diff: services/view_manager/view_manager_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: services/view_manager/view_manager_app.cc
diff --git a/services/view_manager/view_manager_app.cc b/services/view_manager/view_manager_app.cc
index ec55f589971d55d4bb3b4ae0c2f09476726bce59..b9ea4ea9b7970197c86a3ffb4417770565a5a439 100644
--- a/services/view_manager/view_manager_app.cc
+++ b/services/view_manager/view_manager_app.cc
@@ -34,7 +34,8 @@ void ViewManagerApp::Initialize(ApplicationImpl* app) {
}
bool ViewManagerApp::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
+ ApplicationConnection* connection,
+const std::string& url) {
if (connection_manager_.get()) {
VLOG(1) << "ViewManager allows only one window manager connection.";
return false;

Powered by Google App Engine
This is Rietveld 408576698