Chromium Code Reviews| 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 a1f22722f78356d2f767207213034be4ad585ce4..9002e2602e4bbec148cbdd2bf367b3d1e722457d 100644 |
| --- a/content/browser/renderer_host/media/media_stream_manager.h |
| +++ b/content/browser/renderer_host/media/media_stream_manager.h |
| @@ -177,6 +177,10 @@ class CONTENT_EXPORT MediaStreamManager |
| const std::string& source_id, |
| std::string* device_id) const; |
| + // Findd |device_id| in the list of |requests_|, and returns its session id, |
|
miu
2016/05/05 22:04:24
s/Findd/Find/
mcasas
2016/05/05 23:05:50
Done.
|
| + // or StreamDeviceInfo::kNoId if not found. |
| + int VideoDeviceIdToSessionId(const std::string& device_id) const; |
| + |
| // Called by UI to make sure the device monitor is started so that UI receive |
| // notifications about device changes. |
| void EnsureDeviceMonitorStarted(); |