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

Unified Diff: components/copresence/mediums/audio/audio_player.h

Issue 481193003: Remove AudioBuffersState usage in Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove AudioBufferState since ledger code is no longer built in Chrome. Created 6 years, 3 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: components/copresence/mediums/audio/audio_player.h
diff --git a/components/copresence/mediums/audio/audio_player.h b/components/copresence/mediums/audio/audio_player.h
index aecd6601fb88daa196d86a1e3958ec38ed50961b..46846db5d04e6c5354a09355492f5f0e9c097b0c 100644
--- a/components/copresence/mediums/audio/audio_player.h
+++ b/components/copresence/mediums/audio/audio_player.h
@@ -67,8 +67,8 @@ class AudioPlayer : public media::AudioOutputStream::AudioSourceCallback {
// AudioOutputStream::AudioSourceCallback overrides:
// Following methods could be called from *ANY* thread.
virtual int OnMoreData(media::AudioBus* dest,
- media::AudioBuffersState /* state */) OVERRIDE;
- virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE;
+ int total_bytes_delay) OVERRIDE;
+ virtual void OnError(media::AudioOutputStream* stream) OVERRIDE;
// Flushes the audio loop, making sure that any queued operations are
// performed.
« no previous file with comments | « no previous file | components/copresence/mediums/audio/audio_player.cc » ('j') | media/audio/audio_output_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698