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

Unified Diff: chrome/renderer/audio_message_filter.h

Issue 99213: Measure IPC latency for audio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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: chrome/renderer/audio_message_filter.h
===================================================================
--- chrome/renderer/audio_message_filter.h (revision 14824)
+++ chrome/renderer/audio_message_filter.h (working copy)
@@ -55,7 +55,7 @@
virtual void OnChannelClosing();
// Received when browser process wants more audio packet.
- void OnRequestPacket(int stream_id);
+ void OnRequestPacket(const IPC::Message& msg, int stream_id);
// Received when browser process has created an audio output stream.
void OnStreamCreated(int stream_id, base::SharedMemoryHandle handle,

Powered by Google App Engine
This is Rietveld 408576698