| Index: media/audio/cras/audio_manager_cras.h
|
| diff --git a/media/audio/cras/audio_manager_cras.h b/media/audio/cras/audio_manager_cras.h
|
| index d55756dc3f2a5beef49835475e84c22eee4ddc9d..275f5c205394f9a4df8908b3f7ef38ca9d7b6f6a 100644
|
| --- a/media/audio/cras/audio_manager_cras.h
|
| +++ b/media/audio/cras/audio_manager_cras.h
|
| @@ -61,10 +61,6 @@ class MEDIA_EXPORT AudioManagerCras : public AudioManagerBase {
|
|
|
| bool has_keyboard_mic_;
|
|
|
| - // Holds the name and ID of the virtual beamforming devices.
|
| - const AudioDeviceName beamforming_on_device_name_;
|
| - const AudioDeviceName beamforming_off_device_name_;
|
| -
|
| // Stores the mic positions field from the device.
|
| std::vector<Point> mic_positions_;
|
|
|
|
|