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

Unified Diff: services/dart/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/dart/content_handler_app_service_connector.cc ('k') | services/dart/dart_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/content_handler_main.cc
diff --git a/services/dart/content_handler_main.cc b/services/dart/content_handler_main.cc
index 219f2be310a88b39233aa58d7c9fe7d2cd42ca44..49560c2acbd6aef41a411201bde3c7d32e69ae17 100644
--- a/services/dart/content_handler_main.cc
+++ b/services/dart/content_handler_main.cc
@@ -186,8 +186,8 @@ class DartContentHandlerApp : public mojo::ApplicationDelegate {
base::MessageLoop::current()->task_runner());
strict_content_handler_.set_handler_task_runner(
base::MessageLoop::current()->task_runner());
- app->ConnectToService("mojo:url_response_disk_cache",
- &url_response_disk_cache_);
+ app->ConnectToServiceDeprecated("mojo:url_response_disk_cache",
+ &url_response_disk_cache_);
service_connector_ = new ContentHandlerAppServiceConnector(app);
if (app->HasArg(kRunOnMessageLoop)) {
« no previous file with comments | « services/dart/content_handler_app_service_connector.cc ('k') | services/dart/dart_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698