diff options
Diffstat (limited to 'remoting/host/chromoting_host_context.h')
-rw-r--r-- | remoting/host/chromoting_host_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h index 1f6b011..713afb8 100644 --- a/remoting/host/chromoting_host_context.h +++ b/remoting/host/chromoting_host_context.h @@ -20,6 +20,10 @@ class ChromotingHostContext { ChromotingHostContext(); virtual ~ChromotingHostContext(); + // TODO(ajwong): Move the Start/Stop methods out of this class. Then + // create a static factory for construction, and destruction. We + // should be able to remove the need for virtual functions below with that + // design, while preserving the relative simplicity of this API. virtual void Start(); virtual void Stop(); |