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