| Index: mojo/shell/view_manager_loader.cc
|
| diff --git a/mojo/shell/view_manager_loader.cc b/mojo/shell/view_manager_loader.cc
|
| index e41a87469d84614b97105d4eab0f157f4d3a7260..4ddbea0c3805ab2eabe179ec86f67fb777cad292 100644
|
| --- a/mojo/shell/view_manager_loader.cc
|
| +++ b/mojo/shell/view_manager_loader.cc
|
| @@ -34,7 +34,9 @@ void ViewManagerLoader::OnServiceError(ServiceManager* manager,
|
|
|
| bool ViewManagerLoader::ConfigureIncomingConnection(
|
| mojo::ApplicationConnection* connection) {
|
| - connection->AddService<view_manager::service::ViewManagerInitServiceImpl>();
|
| + context_.ConfigureIncomingConnection(connection);
|
| + connection->AddService<view_manager::service::ViewManagerInitServiceImpl>(
|
| + &context_);
|
| return true;
|
| }
|
|
|
|
|