Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: remoting/host/chromoting_host_context.h

Issue 3305001: Move decoder into separate thread, clean up API layering, and redo update protocl (Closed)
Patch Set: Fix compile error. Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/client_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698