| Index: media/audio/audio_manager.h
|
| ===================================================================
|
| --- media/audio/audio_manager.h (revision 240452)
|
| +++ media/audio/audio_manager.h (working copy)
|
| @@ -175,6 +175,11 @@
|
| virtual std::string GetAssociatedOutputDeviceID(
|
| const std::string& input_device_id) = 0;
|
|
|
| + // Called when a component has detected a OS level audio wedge. Shuts down
|
| + // all active audio streams and then restarts them transparently. See
|
| + // http://crbug.com/160920
|
| + virtual void FixWedgedAudio() = 0;
|
| +
|
| protected:
|
| AudioManager();
|
|
|
|
|