| Index: content/renderer/media/audio_input_device.h
|
| ===================================================================
|
| --- content/renderer/media/audio_input_device.h (revision 96746)
|
| +++ content/renderer/media/audio_input_device.h (working copy)
|
| @@ -80,8 +80,8 @@
|
| CaptureCallback* callback);
|
| virtual ~AudioInputDevice();
|
|
|
| - // Starts audio capturing. Returns |true| on success.
|
| - bool Start();
|
| + // Starts audio capturing.
|
| + void Start();
|
|
|
| // Stops audio capturing. Returns |true| on success.
|
| bool Stop();
|
| @@ -111,7 +111,7 @@
|
| // sends IPC messages on that thread.
|
| void InitializeOnIOThread(const AudioParameters& params);
|
| void StartOnIOThread();
|
| - void ShutDownOnIOThread();
|
| + void ShutDownOnIOThread(base::WaitableEvent* completion);
|
| void SetVolumeOnIOThread(double volume);
|
|
|
| void Send(IPC::Message* message);
|
|
|