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

Unified Diff: services/media/audio/audio_server_app.cc

Issue 2026963002: Motown: Fix audio server regression (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/audio/audio_server_app.cc
diff --git a/services/media/audio/audio_server_app.cc b/services/media/audio/audio_server_app.cc
index 2f25fdd7140c70d71ef19b52454c8da1066dda39..ceb407bd887f31457255eb1b81c4efd5802d879c 100644
--- a/services/media/audio/audio_server_app.cc
+++ b/services/media/audio/audio_server_app.cc
@@ -17,7 +17,9 @@ AudioServerApp::AudioServerApp() {}
AudioServerApp::~AudioServerApp() {}
-void AudioServerApp::OnInitialize() {}
+void AudioServerApp::OnInitialize() {
+ server_impl_.Initialize();
+}
bool AudioServerApp::OnAcceptConnection(
ServiceProviderImpl* service_provider_impl) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698