| Index: media/audio/audio_input_device.h
|
| ===================================================================
|
| --- media/audio/audio_input_device.h (revision 186364)
|
| +++ media/audio/audio_input_device.h (working copy)
|
| @@ -105,7 +105,8 @@
|
| // AudioInputIPCDelegate implementation.
|
| virtual void OnStreamCreated(base::SharedMemoryHandle handle,
|
| base::SyncSocket::Handle socket_handle,
|
| - int length) OVERRIDE;
|
| + int length,
|
| + int total_segments) OVERRIDE;
|
| virtual void OnVolume(double volume) OVERRIDE;
|
| virtual void OnStateChanged(
|
| AudioInputIPCDelegate::State state) OVERRIDE;
|
|
|