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

Unified Diff: services/media/factory_service/audio_track_controller.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/js/pingpong_apptest.cc ('k') | services/media/factory_service/media_player_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/audio_track_controller.cc
diff --git a/services/media/factory_service/audio_track_controller.cc b/services/media/factory_service/audio_track_controller.cc
index 85733fc528b2e3dd00a6df5d5a00a628de9960de..b36e765e3145c34288a6e95bb3edc09af235c712 100644
--- a/services/media/factory_service/audio_track_controller.cc
+++ b/services/media/factory_service/audio_track_controller.cc
@@ -20,7 +20,7 @@ AudioTrackController::AudioTrackController(const String& url,
DCHECK(app);
AudioServerPtr audio_server;
- app->ConnectToService(url, &audio_server);
+ app->ConnectToServiceDeprecated(url, &audio_server);
audio_server->CreateTrack(GetProxy(&audio_track_));
}
« no previous file with comments | « services/js/pingpong_apptest.cc ('k') | services/media/factory_service/media_player_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698