Index: services/ui/view_manager/view_manager_app.cc |
diff --git a/services/ui/view_manager/view_manager_app.cc b/services/ui/view_manager/view_manager_app.cc |
index a77b49a347b7eb8e7c1bf03c5f640b3f5efcdbe8..d5c7d4fae00b16b3ea3430350de60b71c24d07f4 100644 |
--- a/services/ui/view_manager/view_manager_app.cc |
+++ b/services/ui/view_manager/view_manager_app.cc |
@@ -53,6 +53,7 @@ void ViewManagerApp::Initialize(mojo::ApplicationImpl* app_impl) { |
// TODO(jeffbrown): Replace this hardcoded list. |
associate_urls.push_back("mojo:input_manager_service"); |
} |
+ |
registry_->ConnectAssociates( |
app_impl_, associate_urls, |
base::Bind(&ViewManagerApp::OnAssociateConnectionError, |