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

Unified Diff: remoting/host/chromoting_host.h

Issue 5065001: Move creation of capturer, input stub into ChromotingHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index f3b908f8d63712f96ce96a48d3077d58a3b64f57..1d0210d2ceee83ca539567600b963beb61f4fd3a 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -63,8 +63,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
public protocol::ConnectionToClient::EventHandler,
public JingleClient::Callback {
public:
- ChromotingHost(ChromotingHostContext* context, MutableHostConfig* config,
- Capturer* capturer, protocol::InputStub* input_stub);
+ ChromotingHost(ChromotingHostContext* context, MutableHostConfig* config);
virtual ~ChromotingHost();
// Asynchronously start the host process.

Powered by Google App Engine
This is Rietveld 408576698