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

Unified Diff: remoting/protocol/protocol_mock_objects.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/protocol/message_decoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index eb136ed172ba8b1de24a8510530a2c4bb5847387..24db36d78f5d3e20406dbf20d749bc838597b0b6 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -59,8 +59,8 @@ class MockConnectionToClientEventHandler :
void(ConnectionToClient* connection));
MOCK_METHOD2(OnConnectionClosed, void(ConnectionToClient* connection,
ErrorCode error));
- MOCK_METHOD2(OnSequenceNumberUpdated, void(ConnectionToClient* connection,
- int64 sequence_number));
+ MOCK_METHOD2(OnEventTimestamp,
+ void(ConnectionToClient* connection, int64 timestamp));
MOCK_METHOD3(OnRouteChange, void(ConnectionToClient* connection,
const std::string& channel_name,
const TransportRoute& route));
« no previous file with comments | « remoting/protocol/message_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698