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

Unified Diff: content/common/media/audio_messages.h

Issue 2582533002: Simplify AudioInputRendererHost IPC interface. (Closed)
Patch Set: Created 4 years 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/common/media/audio_messages.h
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
index 5a3f6316ab0b86e12c84918ec6d79eca6cfb49cc..5c431f4998acc5e71f28c845eea5f3fa68bb352a 100644
--- a/content/common/media/audio_messages.h
+++ b/content/common/media/audio_messages.h
@@ -74,13 +74,7 @@ IPC_MESSAGE_CONTROL5(
IPC_MESSAGE_CONTROL1(AudioMsg_NotifyStreamError, int /* stream id */)
// Notification message sent from browser to renderer for state update.
-IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyStreamStateChanged,
- int /* stream id */,
- media::AudioInputIPCDelegateState /* new state */)
-
-IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyStreamVolume,
- int /* stream id */,
- double /* volume */)
+IPC_MESSAGE_CONTROL1(AudioInputMsg_NotifyStreamError, int /* stream id */)
// Messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698