| Index: content/renderer/pepper/pepper_platform_audio_output.cc
|
| diff --git a/content/renderer/pepper/pepper_platform_audio_output.cc b/content/renderer/pepper/pepper_platform_audio_output.cc
|
| index 173abcfea79410cd93f54aa101179342d358e02f..486fd6d2066044af3eb9bb98bf0d5e2bf5e6bc66 100644
|
| --- a/content/renderer/pepper/pepper_platform_audio_output.cc
|
| +++ b/content/renderer/pepper/pepper_platform_audio_output.cc
|
| @@ -97,6 +97,9 @@ void PepperPlatformAudioOutput::OnStreamCreated(
|
| }
|
| }
|
|
|
| +void PepperPlatformAudioOutput::OnOutputDeviceSwitched(
|
| + int request_id, media::SwitchOutputDeviceResult result) {}
|
| +
|
| void PepperPlatformAudioOutput::OnIPCClosed() { ipc_.reset(); }
|
|
|
| PepperPlatformAudioOutput::~PepperPlatformAudioOutput() {
|
|
|