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

Unified Diff: remoting/host/client_connection.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_context.h ('k') | remoting/host/client_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_connection.h
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h
index ddd0724838f35e3bc9e8ed5d8e8b97457b9a1088..0ea2b2661f3f7edeeaecd4d9cfb6ebeee8d1d73d 100644
--- a/remoting/host/client_connection.h
+++ b/remoting/host/client_connection.h
@@ -95,6 +95,8 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection>,
// Notifies the viewer the update stream has ended.
virtual void SendEndUpdateStreamMessage();
+ virtual void MarkEndOfUpdate();
+
// Gets the number of update stream messages not yet transmitted.
// Note that the value returned is an estimate using average size of the
// most recent update streams.
« no previous file with comments | « remoting/host/chromoting_host_context.h ('k') | remoting/host/client_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698