| Index: trunk/src/content/browser/renderer_host/media/audio_input_sync_writer.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/media/audio_input_sync_writer.h (revision 217773)
|
| +++ trunk/src/content/browser/renderer_host/media/audio_input_sync_writer.h (working copy)
|
| @@ -28,10 +28,7 @@
|
|
|
| // media::AudioOutputController::SyncWriter implementation.
|
| virtual void UpdateRecordedBytes(uint32 bytes) OVERRIDE;
|
| - virtual uint32 Write(const void* data,
|
| - uint32 size,
|
| - double volume,
|
| - bool key_pressed) OVERRIDE;
|
| + virtual uint32 Write(const void* data, uint32 size, double volume) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
|
|
| bool Init();
|
|
|