| Index: content/renderer/media/audio_input_device.h
|
| ===================================================================
|
| --- content/renderer/media/audio_input_device.h (revision 111890)
|
| +++ content/renderer/media/audio_input_device.h (working copy)
|
| @@ -214,6 +214,9 @@
|
| // callback. Only modified on the IO thread.
|
| bool pending_device_ready_;
|
|
|
| + // WaitableEvent for signaling the audio thread that it should stop.
|
| + base::WaitableEvent audio_event_;
|
| +
|
| scoped_ptr<base::SharedMemory> shared_memory_;
|
| scoped_ptr<base::SyncSocket> socket_;
|
|
|
|
|