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

Unified Diff: remoting/protocol/fake_connection_to_host.cc

Issue 2384063004: Move audio decoding to protocol layer (Closed)
Patch Set: Created 4 years, 2 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
Index: remoting/protocol/fake_connection_to_host.cc
diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
index e7964b7c55383f0fc61d1b170f1cac09c4f0317b..121b52a82db1fec1687a93f639d074a6d9274ef6 100644
--- a/remoting/protocol/fake_connection_to_host.cc
+++ b/remoting/protocol/fake_connection_to_host.cc
@@ -22,7 +22,9 @@ void FakeConnectionToHost::set_clipboard_stub(
void FakeConnectionToHost::set_video_renderer(
protocol::VideoRenderer* video_renderer) {}
-void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {}
+void FakeConnectionToHost::InitializeAudio(
+ scoped_refptr<base::SingleThreadTaskRunner> audio_decode_task_runner,
+ base::WeakPtr<protocol::AudioStub> audio_stub) {}
void FakeConnectionToHost::Connect(
std::unique_ptr<protocol::Session> session,

Powered by Google App Engine
This is Rietveld 408576698