| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 1d0cb0c483da8b674e72e75aed3bc0c5cbe4cd42..5b5e578b7dd599ef6c1d3b319a33b5c234b5b48c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1389,12 +1389,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_StartContentIntent,
|
| GURL /* content_url */,
|
| bool /* is_main_frame */)
|
|
|
| -// This message runs the MediaCodec for decoding audio for webaudio.
|
| -IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
|
| - base::SharedMemoryHandle /* encoded_data_handle */,
|
| - base::FileDescriptor /* pcm_output */,
|
| - uint32_t /* data_size*/)
|
| -
|
| // Reply to the ViewMsg_ExtractSmartClipData message.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_SmartClipDataExtracted,
|
| base::string16 /* text */,
|
|
|