Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: content/renderer/media/audio_device.h

Issue 9121062: Remove "high"-latency audio code path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more to delete! Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698