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

Unified Diff: remoting/host/client_session.h

Issue 836183002: Rename sequence_number to timestamp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_messages.h ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 38f97537bcdf9cfab295d77893bef6b9a09105b9..d0e5d1dfea7a827d5c739c5ed80df5ac126e4619 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -123,8 +123,8 @@ class ClientSession
protocol::ConnectionToClient* connection) override;
void OnConnectionClosed(protocol::ConnectionToClient* connection,
protocol::ErrorCode error) override;
- void OnSequenceNumberUpdated(protocol::ConnectionToClient* connection,
- int64 sequence_number) override;
+ void OnEventTimestamp(protocol::ConnectionToClient* connection,
+ int64 timestamp) override;
void OnRouteChange(protocol::ConnectionToClient* connection,
const std::string& channel_name,
const protocol::TransportRoute& route) override;
« no previous file with comments | « remoting/host/chromoting_messages.h ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698