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

Unified Diff: content/browser/renderer_host/media/audio_renderer_host.h

Issue 1602083003: Correctly handle enumerations for AudioManagers that report only the default audio output device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 4 years, 11 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/browser/renderer_host/media/audio_renderer_host.h
diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
index ce32fb16316d282b44f8b06cfa0eb675cbcdca2e..e549df20cc94f0778b29efcfc7bc0f93e3b23677 100644
--- a/content/browser/renderer_host/media/audio_renderer_host.h
+++ b/content/browser/renderer_host/media/audio_renderer_host.h
@@ -231,7 +231,7 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
void TranslateDeviceID(const std::string& device_id,
const GURL& gurl_security_origin,
const OutputDeviceInfoCB& callback,
- const AudioOutputDeviceEnumeration& device_infos);
+ const AudioOutputDeviceEnumeration& enumeration);
// Helper method to check if the authorization procedure for stream
// |stream_id| has started.

Powered by Google App Engine
This is Rietveld 408576698