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

Unified Diff: remoting/client/audio_player.h

Issue 2084123002: Adding an interface to allow extension of the audio player for CRD and iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing unused counter in fake audio consumer. Created 4 years, 6 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 | « remoting/client/audio_decode_scheduler_unittest.cc ('k') | remoting/client/audio_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/audio_player.h
diff --git a/remoting/client/audio_player.h b/remoting/client/audio_player.h
index 0ddbba7be2803a072579519f3fa6850e57488597..7422c6660b2d4106e06ba82ed4932d56d9a64340 100644
--- a/remoting/client/audio_player.h
+++ b/remoting/client/audio_player.h
@@ -27,8 +27,6 @@ class AudioPlayer : public AudioConsumer {
~AudioPlayer() override;
- void ProcessAudioPacket(std::unique_ptr<AudioPacket> packet);
-
// AudioConsumer implementation.
void AddAudioPacket(std::unique_ptr<AudioPacket> packet) override;
« no previous file with comments | « remoting/client/audio_decode_scheduler_unittest.cc ('k') | remoting/client/audio_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698