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

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

Issue 1769933002: Looking up device id by session id for AudioRendererMixerInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment and bug ref to remove AudioManagerBase dependency Created 4 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: content/common/media/audio_messages.h
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
index 7731dd6448ac20b036d173c155d27012098bc649..f870053c6fdcc60677440ef2f4b7c1cf769ade27 100644
--- a/content/common/media/audio_messages.h
+++ b/content/common/media/audio_messages.h
@@ -49,10 +49,11 @@ IPC_STRUCT_END()
// Tell the renderer process that an audio output device has been authorized
// for a given stream. The renderer is given the output parameters for the
// authorized device.
-IPC_MESSAGE_CONTROL3(AudioMsg_NotifyDeviceAuthorized,
+IPC_MESSAGE_CONTROL4(AudioMsg_NotifyDeviceAuthorized,
int /* stream id */,
media::OutputDeviceStatus /* device_status */,
- media::AudioParameters /* output parameters */)
+ media::AudioParameters /* output parameters */,
+ std::string /* matched_device_id */)
// Tell the renderer process that an audio stream has been created.
// The renderer process is given a shared memory handle for the audio data
« no previous file with comments | « content/browser/renderer_host/media/audio_renderer_host_unittest.cc ('k') | content/renderer/media/audio_device_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698