| Index: media/audio/test_audio_input_controller_factory.h
|
| diff --git a/media/audio/test_audio_input_controller_factory.h b/media/audio/test_audio_input_controller_factory.h
|
| index 7c4286299645175dfddbda4198cf264d180f034c..0a179473c1ce8e18775988be0408d4d9a952ed7f 100644
|
| --- a/media/audio/test_audio_input_controller_factory.h
|
| +++ b/media/audio/test_audio_input_controller_factory.h
|
| @@ -61,10 +61,6 @@ class TestAudioInputController : public AudioInputController {
|
| // Returns the event handler installed on the AudioInputController.
|
| EventHandler* event_handler() const { return event_handler_; }
|
|
|
| - // Returns the AudioParameters passed by the requester upon creation through
|
| - // AudioManager::Create(...).
|
| - const AudioParameters& audio_parameters() const { return audio_parameters_; }
|
| -
|
| // Notifies the TestAudioControllerOpened() event to the delegate (if any).
|
| virtual void Record() OVERRIDE;
|
|
|
|
|