Chromium Code Reviews| Index: remoting/host/desktop_session_proxy.h |
| diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h |
| index 3eaf2b636e15d2e49be1f29c8a8f1799dfa72855..f5e92af471091a526af70126872796fe28c6ffc5 100644 |
| --- a/remoting/host/desktop_session_proxy.h |
| +++ b/remoting/host/desktop_session_proxy.h |
| @@ -110,6 +110,10 @@ class DesktopSessionProxy |
| // called on the |video_capture_task_runner_| thread. |
| void CaptureFrame(); |
| + bool GetSourceList(webrtc::DesktopCapturer::SourceList* sources); |
|
Sergey Ulanov
2016/11/05 00:16:26
I don't think we want these methods here, see my c
Hzj_jie
2016/11/06 04:27:24
Done.
|
| + |
| + bool SelectSource(webrtc::DesktopCapturer::SourceId id); |
| + |
| // Stores |video_capturer| to be used to post captured video frames. Called on |
| // the |video_capture_task_runner_| thread. |
| void SetVideoCapturer( |