Index: content/renderer/media/audio_device.h |
diff --git a/content/renderer/media/audio_device.h b/content/renderer/media/audio_device.h |
index e9753c740c52ea21c61da1822d4f816cfd78302f..764f851601d9936fdaee6aa54315c9f9f907486e 100644 |
--- a/content/renderer/media/audio_device.h |
+++ b/content/renderer/media/audio_device.h |
@@ -130,8 +130,6 @@ class CONTENT_EXPORT AudioDevice |
// AudioMessageFilter::Delegate methods, called by AudioMessageFilter. |
virtual void OnRequestPacket(AudioBuffersState buffers_state) OVERRIDE; |
virtual void OnStateChanged(AudioStreamState state) OVERRIDE; |
- virtual void OnCreated(base::SharedMemoryHandle handle, |
- uint32 length) OVERRIDE; |
virtual void OnLowLatencyCreated(base::SharedMemoryHandle handle, |
henrika (OOO until Aug 14)
2012/01/29 20:54:00
Same comment as before. Why do we keep "LowLatency
vrk (LEFT CHROMIUM)
2012/01/31 23:53:08
See prev comment!
Changed to "OnStreamCreated" to
|
base::SyncSocket::Handle socket_handle, |
uint32 length) OVERRIDE; |