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

Unified Diff: chrome/common/render_messages_params.h

Issue 4661001: Simplified AudioOutputStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698