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

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

Issue 348443002: Revert 274823 "Support for audio output devices for getMediaDevi..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2057/src/
Patch Set: Created 6 years, 6 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/media_stream_manager.h
===================================================================
--- content/browser/renderer_host/media/media_stream_manager.h (revision 278170)
+++ content/browser/renderer_host/media/media_stream_manager.h (working copy)
@@ -246,11 +246,6 @@
void DoEnumerateDevices(const std::string& label);
- // Enumerates audio output devices. No caching.
- void EnumerateAudioOutputDevices(const std::string& label);
-
- void AudioOutputDevicesEnumerated(const StreamDeviceInfoArray& devices);
-
// Helpers.
// Checks if all devices that was requested in the request identififed by
// |label| has been opened and set the request state accordingly.
@@ -358,8 +353,7 @@
StreamDeviceInfoArray devices,
gfx::NativeViewId window_id);
- // Task runner shared by VideoCaptureManager and AudioInputDeviceManager and
- // used for enumerating audio output devices.
+ // Task runner shared by VideoCaptureManager and AudioInputDeviceManager.
// Note: Enumeration tasks may take seconds to complete so must never be run
// on any of the BrowserThreads (UI, IO, etc). See http://crbug.com/256945.
scoped_refptr<base::SingleThreadTaskRunner> device_task_runner_;

Powered by Google App Engine
This is Rietveld 408576698