| Index: media/audio/audio_util.h
 | 
| diff --git a/media/audio/audio_util.h b/media/audio/audio_util.h
 | 
| index 3a2f80e5440cad9ae118b176ab556084bc96e9b9..9931935c2349a689d21d7dba41009879186b4570 100644
 | 
| --- a/media/audio/audio_util.h
 | 
| +++ b/media/audio/audio_util.h
 | 
| @@ -100,21 +100,6 @@ MEDIA_EXPORT ChannelLayout GetAudioInputHardwareChannelLayout(
 | 
|  // conjunction with AUDIO_PCM_LINEAR.
 | 
|  MEDIA_EXPORT size_t GetHighLatencyOutputBufferSize(int sample_rate);
 | 
|  
 | 
| -// Functions that handle data buffer passed between processes in the shared
 | 
| -// memory. Called on both IPC sides.
 | 
| -
 | 
| -MEDIA_EXPORT uint32 TotalSharedMemorySizeInBytes(uint32 packet_size);
 | 
| -MEDIA_EXPORT uint32 PacketSizeSizeInBytes(uint32 shared_memory_created_size);
 | 
| -MEDIA_EXPORT uint32 GetActualDataSizeInBytes(base::SharedMemory* shared_memory,
 | 
| -                                             uint32 shared_memory_size);
 | 
| -MEDIA_EXPORT void SetActualDataSizeInBytes(base::SharedMemory* shared_memory,
 | 
| -                                           uint32 shared_memory_size,
 | 
| -                                           uint32 actual_data_size);
 | 
| -MEDIA_EXPORT void SetUnknownDataSize(base::SharedMemory* shared_memory,
 | 
| -                                     uint32 shared_memory_size);
 | 
| -MEDIA_EXPORT bool IsUnknownDataSize(base::SharedMemory* shared_memory,
 | 
| -                                    uint32 shared_memory_size);
 | 
| -
 | 
|  #if defined(OS_WIN)
 | 
|  
 | 
|  // Does Windows support WASAPI? We are checking in lot of places, and
 | 
| 
 |