| Index: services/dart/content_handler_app_service_connector.cc
|
| diff --git a/services/dart/content_handler_app_service_connector.cc b/services/dart/content_handler_app_service_connector.cc
|
| index 38233cc76f26b918bed88b9c5297ce9175c0d3d4..58d806986e08bb5249a4b9788565f4fa3365e218 100644
|
| --- a/services/dart/content_handler_app_service_connector.cc
|
| +++ b/services/dart/content_handler_app_service_connector.cc
|
| @@ -18,7 +18,7 @@ void ContentHandlerAppServiceConnector::Connect(
|
| std::string application_name,
|
| mojo::InterfaceRequest<Interface> interface_request) {
|
| mojo::ApplicationConnection* application_connection =
|
| - content_handler_app_->ConnectToApplication(application_name);
|
| + content_handler_app_->ConnectToApplicationDeprecated(application_name);
|
| if (!application_connection)
|
| return;
|
| mojo::ServiceProvider* sp = application_connection->GetServiceProvider();
|
|
|