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

Unified Diff: content/renderer/pepper/pepper_platform_audio_output.cc

Issue 1769933002: Looking up device id by session id for AudioRendererMixerInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/pepper/pepper_platform_audio_output.cc
diff --git a/content/renderer/pepper/pepper_platform_audio_output.cc b/content/renderer/pepper/pepper_platform_audio_output.cc
index 14a5642d14fbd219f6419c58f622905ec90e4a14..843d15f236f569b41cedb957b243843a7d08ef72 100644
--- a/content/renderer/pepper/pepper_platform_audio_output.cc
+++ b/content/renderer/pepper/pepper_platform_audio_output.cc
@@ -74,7 +74,8 @@ void PepperPlatformAudioOutput::OnStateChanged(
void PepperPlatformAudioOutput::OnDeviceAuthorized(
media::OutputDeviceStatus device_status,
- const media::AudioParameters& output_params) {
+ const media::AudioParameters& output_params,
+ const std::string& matched_deviec_id) {
o1ka 2016/03/07 15:25:49 nit: matched_device_id
o1ka 2016/04/05 15:13:38 Done.
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698