| Index: remoting/host/chromoting_host_context.h
|
| diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
|
| index 1f6b011fc4662a9732a80efa37565e20a883be56..713afb81510fec26fdbf6bef0d216d32010adc92 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();
|
|
|
|
|