| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index 63b81e412844d41e09a626ddb609260f417d6bd6..0a20c7a2a1a288c6f0c268c2dac2bc41273a5c46 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -122,10 +122,6 @@ IPC_MESSAGE_CONTROL1(AudioInputHostMsg_RecordStream,
|
| IPC_MESSAGE_CONTROL1(AudioHostMsg_PauseStream,
|
| int /* stream_id */)
|
|
|
| -// Discard all buffered audio data for the specified audio stream.
|
| -IPC_MESSAGE_CONTROL1(AudioHostMsg_FlushStream,
|
| - int /* stream_id */)
|
| -
|
| // Close an audio stream specified by stream_id.
|
| IPC_MESSAGE_CONTROL1(AudioHostMsg_CloseStream,
|
| int /* stream_id */)
|
|
|