From d3086252752eb3782db8b8953833ba4fdbb14cfa Mon Sep 17 00:00:00 2001 From: "garykac@chromium.org" Date: Thu, 20 Oct 2011 17:35:34 +0000 Subject: Revert 106513 - The first step to add device selection to linux. This patch will loop through the soundcard and return a list of available devices when the AudioInputDeviceManager does the device enumeration. Previously, only default device will be returned. Reverted because this CL caused the Linux/Windows (shared) builds to fail. Review URL: http://codereview.chromium.org/8162015 TBR=xians@chromium.org Review URL: http://codereview.chromium.org/8362004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106517 0039d316-1c4b-4281-b951-d872f2087c98 --- media/audio/audio_device_name.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'media/audio/audio_device_name.h') diff --git a/media/audio/audio_device_name.h b/media/audio/audio_device_name.h index 87c9281..ef3cd77 100644 --- a/media/audio/audio_device_name.h +++ b/media/audio/audio_device_name.h @@ -11,10 +11,7 @@ namespace media { struct AudioDeviceName { - AudioDeviceName(); - AudioDeviceName(std::string device_name, std::string unique_id); - - std::string device_name; // Friendly name of the device. + std::string device_name; // Name and also display name of the device. std::string unique_id; // Unique identifier for the device. }; -- cgit v1.1