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

Unified Diff: services/notifications/apptests/notifications_apptest.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/native_viewport/platform_viewport_android.cc ('k') | services/prediction/prediction_apptests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/notifications/apptests/notifications_apptest.cc
diff --git a/services/notifications/apptests/notifications_apptest.cc b/services/notifications/apptests/notifications_apptest.cc
index 831558771c3c0afc7bd8f35741cda2a534ce3944..c5e17f248bf9b9cea1cc3b57878cf7e8e83ef823 100644
--- a/services/notifications/apptests/notifications_apptest.cc
+++ b/services/notifications/apptests/notifications_apptest.cc
@@ -30,8 +30,8 @@ class NotificationsApplicationTest : public test::ApplicationTestBase,
// ApplicationTestBase:
void SetUp() override {
ApplicationTestBase::SetUp();
- application_impl()->ConnectToService("mojo:notifications",
- &notification_service_);
+ application_impl()->ConnectToServiceDeprecated("mojo:notifications",
+ &notification_service_);
}
notifications::NotificationServicePtr notification_service_;
« no previous file with comments | « services/native_viewport/platform_viewport_android.cc ('k') | services/prediction/prediction_apptests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698