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

Unified Diff: services/authentication/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/authentication/accounts_db_manager_unittest.cc ('k') | services/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/authentication/main.cc
diff --git a/services/authentication/main.cc b/services/authentication/main.cc
index a40d9658729e4962e6ca806293efcb5f561b115b..96647314762f9149bb0e55ec17d916c24a79d685 100644
--- a/services/authentication/main.cc
+++ b/services/authentication/main.cc
@@ -25,8 +25,8 @@ class GoogleAccountManagerApp
~GoogleAccountManagerApp() override {}
void Initialize(mojo::ApplicationImpl* app) override {
- app->ConnectToService("mojo:network_service", &network_service_);
- app->ConnectToService("mojo:files", &files_);
+ app->ConnectToServiceDeprecated("mojo:network_service", &network_service_);
+ app->ConnectToServiceDeprecated("mojo:files", &files_);
app_url_ = app->url();
}
« no previous file with comments | « services/authentication/accounts_db_manager_unittest.cc ('k') | services/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698