| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index bc470e7b98808ab0a0c4fc9509ddd782d2a42930..3a4c0e0d49905f4e436d9ed799504d16daed4036 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -70,7 +70,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| MutableHostConfig* config);
|
| static ChromotingHost* Create(ChromotingHostContext* context,
|
| MutableHostConfig* config,
|
| - Capturer* capturer);
|
| + Capturer* capturer,
|
| + protocol::InputStub* input_stub);
|
|
|
| // Asynchronously start the host process.
|
| //
|
| @@ -114,7 +115,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| private:
|
| friend class base::RefCountedThreadSafe<ChromotingHost>;
|
| ChromotingHost(ChromotingHostContext* context, MutableHostConfig* config,
|
| - Capturer* capturer);
|
| + Capturer* capturer, protocol::InputStub* input_stub);
|
| virtual ~ChromotingHost();
|
|
|
| enum State {
|
|
|