| Index: content/browser/renderer_host/media/media_stream_manager.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
|
| index 78c722e713e28af58923680618496286f5d7100e..9499e32f257581cbed967487d1744075582ce61b 100644
|
| --- a/content/browser/renderer_host/media/media_stream_manager.h
|
| +++ b/content/browser/renderer_host/media/media_stream_manager.h
|
| @@ -37,6 +37,7 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/power_monitor/power_observer.h"
|
| #include "base/system_monitor/system_monitor.h"
|
| +#include "base/threading/thread.h"
|
| #include "content/browser/renderer_host/media/media_stream_provider.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/media/media_stream_options.h"
|
| @@ -382,6 +383,9 @@ class CONTENT_EXPORT MediaStreamManager
|
| media::AudioManager* const audio_manager_; // not owned
|
| scoped_refptr<AudioInputDeviceManager> audio_input_device_manager_;
|
| scoped_refptr<VideoCaptureManager> video_capture_manager_;
|
| +#if defined(OS_WIN)
|
| + base::Thread video_capture_thread_;
|
| +#endif
|
|
|
| // Indicator of device monitoring state.
|
| bool monitoring_started_;
|
|
|