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

Unified Diff: media/audio/simple_sources.h

Issue 12611030: Remove unused parameter to OnError() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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: media/audio/simple_sources.h
diff --git a/media/audio/simple_sources.h b/media/audio/simple_sources.h
index 80bd517320eb5e7c77b18e490151de1bfe248847..449f875b5d6134eedc26eac2fc355f69e3c36606 100644
--- a/media/audio/simple_sources.h
+++ b/media/audio/simple_sources.h
@@ -32,7 +32,7 @@ class MEDIA_EXPORT SineWaveAudioSource
virtual int OnMoreIOData(AudioBus* source,
AudioBus* dest,
AudioBuffersState audio_buffers) OVERRIDE;
- virtual void OnError(AudioOutputStream* stream, int code) OVERRIDE;
+ virtual void OnError(AudioOutputStream* stream) OVERRIDE;
// The number of OnMoreData()+OnMoreIOData() and OnError() calls respectively.
int callbacks() { return callbacks_; }

Powered by Google App Engine
This is Rietveld 408576698