| 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 e5131bb59b61ffecea425364ac6b555b8cc09953..fefa5205c68f871c2217dd87d2a04fed4212f030 100644
|
| --- a/content/browser/renderer_host/media/media_stream_manager.h
|
| +++ b/content/browser/renderer_host/media/media_stream_manager.h
|
| @@ -307,6 +307,7 @@ class CONTENT_EXPORT MediaStreamManager
|
| // Helpers to start and stop monitoring devices.
|
| void StartMonitoring();
|
| void StopMonitoring();
|
| + void StartMonitoringOnUIThread();
|
|
|
| // Finds the requested device id from constraints. The requested device type
|
| // must be MEDIA_DEVICE_AUDIO_CAPTURE or MEDIA_DEVICE_VIDEO_CAPTURE.
|
|
|