Index: remoting/host/chromoting_host_context.h |
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h |
index 8b6a7d7c41f0cc578675bed7da8a0344f654da61..7a573b0f58989f6d18d144265f9737383d09c5e7 100644 |
--- a/remoting/host/chromoting_host_context.h |
+++ b/remoting/host/chromoting_host_context.h |
@@ -26,7 +26,7 @@ class ChromotingHostContext { |
// 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 bool Start(); |
virtual void Stop(); |
Wez
2012/03/02 22:59:48
Do we still need Stop() now that we're Stop()ing v
Sergey Ulanov
2012/03/05 06:53:36
Done.
|
virtual JingleThread* jingle_thread(); |