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

Unified Diff: chrome/common/render_messages_internal.h

Issue 21399: Revert r9861 to fix build (Closed)
Patch Set: Created 11 years, 10 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | media/audio/audio_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 4310f3fb25d47f8acff2022496f2eca7ac332b18..915f8c75e04f98098e5efa006cc7576f0a60706f 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1109,33 +1109,4 @@ IPC_BEGIN_MESSAGES(ViewHost)
int /* network error */,
std::string /* proxy list */)
- // Request that got sent to browser for creating an audio output stream
- IPC_MESSAGE_ROUTED2(ViewHostMsg_CreateAudioStream,
- int /* stream_id */,
- ViewHostMsg_Audio_CreateStream)
-
- // Tell the browser the audio buffer prepared for stream
- // (render_view_id, stream_id) is filled and is ready to be consumed.
- IPC_MESSAGE_ROUTED1(ViewHostMsg_NotifyAudioPacketReady,
- int /* stream_id */)
-
- // Start playing the audio stream specified by (render_view_id, stream_id).
- IPC_MESSAGE_ROUTED1(ViewHostMsg_StartAudioStream,
- int /* stream_id */)
-
- // Close an audio stream specified by (render_view_id, stream_id).
- IPC_MESSAGE_ROUTED1(ViewHostMsg_CloseAudioStream,
- int /* stream_id */)
-
- // Get audio volume of the stream specified by (render_view_id, stream_id).
- IPC_MESSAGE_ROUTED1(ViewHostMsg_GetAudioVolume,
- int /* stream_id */)
-
- // Set audio volume of the stream specified by (render_view_id, stream_id).
- // TODO(hclam): change this to vector if we have channel numbers other than 2.
- IPC_MESSAGE_ROUTED3(ViewHostMsg_SetAudioVolume,
- int /* stream_id */,
- double /* left_channel */,
- double /* right_channel */)
-
IPC_END_MESSAGES(ViewHost)
« no previous file with comments | « chrome/common/render_messages.h ('k') | media/audio/audio_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698