| Index: content/browser/speech/speech_recognition_manager_impl.cc
|
| ===================================================================
|
| --- content/browser/speech/speech_recognition_manager_impl.cc (revision 161798)
|
| +++ content/browser/speech/speech_recognition_manager_impl.cc (working copy)
|
| @@ -111,10 +111,6 @@
|
| }
|
|
|
| // The callbacks below are ignored.
|
| - virtual void AudioDeviceFailed(const std::string& label,
|
| - int index) OVERRIDE {}
|
| - virtual void VideoDeviceFailed(const std::string& label,
|
| - int index) OVERRIDE {}
|
| virtual void DevicesEnumerated(
|
| const std::string& label,
|
| const media_stream::StreamDeviceInfoArray& devices) OVERRIDE {}
|
|
|