Index: media/audio/alsa/alsa_output.h |
diff --git a/media/audio/alsa/alsa_output.h b/media/audio/alsa/alsa_output.h |
index e31776bf9c4264ee1592e0b1644e3fc643a478e2..e5954dab9942ba98d9037885efacf22801b972d6 100644 |
--- a/media/audio/alsa/alsa_output.h |
+++ b/media/audio/alsa/alsa_output.h |
@@ -84,6 +84,8 @@ class MEDIA_EXPORT AlsaPcmOutputStream : public AudioOutputStream, |
void Stop() override; |
void SetVolume(double volume) override; |
void GetVolume(double* volume) override; |
+ void EnableDebugRecording(const base::FilePath& file_name) override; |
+ void DisableDebugRecording() override; |
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock); |