| Index: remoting/host/chromoting_host_context.h
|
| diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
|
| index 912fb2007c2a8d0d0605a5e97940e39866f03969..6dabfb1766912314e8721ddeea7fe3372c0a9d51 100644
|
| --- a/remoting/host/chromoting_host_context.h
|
| +++ b/remoting/host/chromoting_host_context.h
|
| @@ -38,9 +38,9 @@ class ChromotingHostContext {
|
| // configuration and by NatConfig to read policy configs.
|
| scoped_refptr<AutoThreadTaskRunner> file_task_runner();
|
|
|
| - // Task runner for the thread that is used by the EventExecutor.
|
| + // Task runner for the thread that is used by the InputInjector.
|
| //
|
| - // TODO(sergeyu): Do we need a separate thread for EventExecutor?
|
| + // TODO(sergeyu): Do we need a separate thread for InputInjector?
|
| // Can we use some other thread instead?
|
| scoped_refptr<AutoThreadTaskRunner> input_task_runner();
|
|
|
|
|