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

Unified Diff: services/nacl/sfi/content_handler_main.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/nacl/nonsfi/content_handler_main_pexe.cc ('k') | services/native_support/process_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/sfi/content_handler_main.cc
diff --git a/services/nacl/sfi/content_handler_main.cc b/services/nacl/sfi/content_handler_main.cc
index 2abfae70371c5f6e5844052fa888c43856a0dca2..a7c9ee8c4f014a0793923b0857c964ca00a0a5b3 100644
--- a/services/nacl/sfi/content_handler_main.cc
+++ b/services/nacl/sfi/content_handler_main.cc
@@ -81,7 +81,7 @@ class NaClContentHandler : public mojo::ApplicationDelegate,
url_ = GURL(app->url());
mojo::NetworkServicePtr network_service;
- app->ConnectToService("mojo:network_service", &network_service);
+ app->ConnectToServiceDeprecated("mojo:network_service", &network_service);
network_service->CreateURLLoader(GetProxy(&url_loader_));
}
« no previous file with comments | « services/nacl/nonsfi/content_handler_main_pexe.cc ('k') | services/native_support/process_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698