| Index: media/audio/audio_input_controller.h
|
| diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
|
| index f2771c7e9c2bdf00673106f7f20992ad9dbf04ba..5fdb0c08cefebfad40f577ab562d25c3dc92aa6f 100644
|
| --- a/media/audio/audio_input_controller.h
|
| +++ b/media/audio/audio_input_controller.h
|
| @@ -254,8 +254,7 @@ class MEDIA_EXPORT AudioInputController
|
| // Methods called on the audio thread (owned by the AudioManager).
|
| void DoCreate(AudioManager* audio_manager, const AudioParameters& params,
|
| const std::string& device_id);
|
| - void DoCreateForStream(AudioInputStream* stream_to_control,
|
| - bool enable_nodata_timer);
|
| + void DoCreateForStream(AudioInputStream* stream_to_control);
|
| void DoRecord();
|
| void DoClose();
|
| void DoReportError();
|
|
|