Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index d92def3b1d6bcb7786934e344ced3517ba387954..0852551b0fc2b095759b67575aeeb509d2baf7d3 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -577,14 +577,8 @@ struct ViewHostMsg_Audio_CreateStream_Params { |
ViewHostMsg_Audio_CreateStream_Params(); |
~ViewHostMsg_Audio_CreateStream_Params(); |
- // Format request for the stream. |
+ // Parameters for the new audio stream. |
AudioParameters params; |
- |
- // Number of bytes per packet. Determines the maximum number of bytes |
- // transported for each audio packet request. |
- // A value of 0 means that the audio packet size is selected automatically |
- // by the browser process. |
- uint32 packet_size; |
}; |
// This message is used for supporting popup menus on Mac OS X using native |