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

Unified Diff: services/dart/content_handler_app_service_connector.cc

Issue 1916233002: Mark ApplicationImpl::ConnectTo{Application,Service}() as deprecated. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « services/contacts/contacts_apptest.cc ('k') | services/dart/content_handler_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « services/contacts/contacts_apptest.cc ('k') | services/dart/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698