Chromium Code Reviews| Index: media/audio/audio_input_controller.h |
| diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h |
| index ac1a690f58daeffc580e236681b10b6d0fb24b59..4955c9790e78246e049b48b1c418f6389dfa1df8 100644 |
| --- a/media/audio/audio_input_controller.h |
| +++ b/media/audio/audio_input_controller.h |
| @@ -253,6 +253,10 @@ class MEDIA_EXPORT AudioInputController |
| void DoSetAutomaticGainControl(bool enabled); |
| void DoOnData(scoped_ptr<uint8[]> data, uint32 size); |
| + // Method to check if getting recording data after a stream was started, |
|
henrika (OOO until Aug 14)
2014/05/09 13:49:34
Perhaps change to "Method which checks if we get r
no longer working on chromium
2014/05/09 15:35:07
Done.
|
| + // and log the result to UMA. |
| + void FirstCheckForNoData(); |
| + |
| // Method which ensures that OnError() is triggered when data recording |
| // times out. Called on the audio thread. |
| void DoCheckForNoData(); |