Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: remoting/host/client_session.h

Issue 399253002: CastExtension Impl for Chromoting Host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated New HostExtension Flow Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index f9fdd3bd5c25de4e63bc9839a8b1d2cfe2ba76cf..d4d020d0c79c51723431cae3a330ffa2a62b9b6b 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -28,6 +28,7 @@
#include "remoting/protocol/input_stub.h"
#include "remoting/protocol/pairing_registry.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
+#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
namespace base {
class SingleThreadTaskRunner;
@@ -154,6 +155,10 @@ class ClientSession
return client_capabilities_.get();
}
+ // Stops the VideoScheduler (which stops capturing, encoding and streaming)
+ // and passes a new webrtc::ScreenCapturer to the caller.
+ scoped_ptr<webrtc::ScreenCapturer> RequestScreenCapturer();
Wez 2014/08/07 01:25:36 You don't need this any more.
+
private:
// Creates a proxy for sending clipboard events to the client.
scoped_ptr<protocol::ClipboardStub> CreateClipboardProxy();

Powered by Google App Engine
This is Rietveld 408576698