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

Unified Diff: content/renderer/media/audio_message_filter.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: addressing guidou@'s comments 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/renderer/media/audio_message_filter.h
diff --git a/content/renderer/media/audio_message_filter.h b/content/renderer/media/audio_message_filter.h
index dcdc7cd361a1171a540add9ad0d5a0ebce740fbf..f98e77a367289160cabb9985a196665b242a6e6e 100644
--- a/content/renderer/media/audio_message_filter.h
+++ b/content/renderer/media/audio_message_filter.h
@@ -73,7 +73,8 @@ class CONTENT_EXPORT AudioMessageFilter : public IPC::MessageFilter {
// audio output device.
void OnDeviceAuthorized(int stream_id,
media::OutputDeviceStatus device_status,
- const media::AudioParameters& output_params);
+ const media::AudioParameters& output_params,
+ const std::string& matched_device_id);
// Received when browser process has created an audio output stream.
void OnStreamCreated(int stream_id,

Powered by Google App Engine
This is Rietveld 408576698