Chromium Code Reviews| Index: chrome/browser/media/desktop_streams_registry.cc |
| diff --git a/chrome/browser/media/desktop_streams_registry.cc b/chrome/browser/media/desktop_streams_registry.cc |
| index bd21240cdc56f3117fc2fe2f0a1e2052ef5cd7cd..cb1708ff82520c5f0d765cad69c6b4b81b38fe5f 100644 |
| --- a/chrome/browser/media/desktop_streams_registry.cc |
| +++ b/chrome/browser/media/desktop_streams_registry.cc |
| @@ -39,6 +39,7 @@ std::string DesktopStreamsRegistry::RegisterStream( |
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
| std::string id = GenerateRandomStreamId(); |
| + |
|
qiangchen
2015/12/16 21:08:36
We can remove this line, and then remove this file
GeorgeZ
2015/12/16 22:38:40
Done.
|
| DCHECK(approved_streams_.find(id) == approved_streams_.end()); |
| ApprovedDesktopMediaStream& stream = approved_streams_[id]; |
| stream.render_process_id = render_process_id; |