| Index: media/audio/pulse/pulse_output.h
|
| diff --git a/media/audio/pulse/pulse_output.h b/media/audio/pulse/pulse_output.h
|
| index 8e86b0461ecc3984b92d57df7032b9d7a765a42e..8a4a14018d313b606de816bcc4044d1809091610 100644
|
| --- a/media/audio/pulse/pulse_output.h
|
| +++ b/media/audio/pulse/pulse_output.h
|
| @@ -52,6 +52,8 @@ class PulseAudioOutputStream : 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;
|
|
|
| private:
|
| // Called by PulseAudio when |pa_stream_| change state. If an unexpected
|
|
|