Chromium Code Reviews| Index: media/audio/audio_output_ipc.h |
| diff --git a/media/audio/audio_output_ipc.h b/media/audio/audio_output_ipc.h |
| index 8543cdc170eb73139ece7ce5b004f3e9405f5e4e..df32b8e08f364264e77238b5095d4bbb8ee08549 100644 |
| --- a/media/audio/audio_output_ipc.h |
| +++ b/media/audio/audio_output_ipc.h |
| @@ -23,7 +23,8 @@ class MEDIA_EXPORT AudioOutputIPCDelegate { |
| enum State { |
| kPlaying, |
| kPaused, |
| - kError |
| + kError, |
| + kDeviceChange, |
| }; |
| // Called when state of an audio stream has changed. |