| 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 1861b07b6ab39ab4dc45519f75701d4932c10f28..010b30f75db5c87f8aa86e17c9c1f9262ad7b77d 100644
|
| --- a/content/renderer/pepper/pepper_platform_audio_output.cc
|
| +++ b/content/renderer/pepper/pepper_platform_audio_output.cc
|
| @@ -97,6 +97,10 @@ void PepperPlatformAudioOutput::OnStreamCreated(
|
| }
|
| }
|
|
|
| +void PepperPlatformAudioOutput::OnOutputDeviceSwitched(
|
| + int request_id,
|
| + media::SwitchOutputDeviceResult result) {}
|
| +
|
| void PepperPlatformAudioOutput::OnIPCClosed() { ipc_.reset(); }
|
|
|
| PepperPlatformAudioOutput::~PepperPlatformAudioOutput() {
|
|
|