| Index: remoting/protocol/host_event_dispatcher.cc
|
| diff --git a/remoting/protocol/host_event_dispatcher.cc b/remoting/protocol/host_event_dispatcher.cc
|
| index 2dbca9e7bab0d9cebdce530f9414e167983bfb18..3ece9bba9a4b273682f09bf7049c7ab96d0e622d 100644
|
| --- a/remoting/protocol/host_event_dispatcher.cc
|
| +++ b/remoting/protocol/host_event_dispatcher.cc
|
| @@ -33,8 +33,8 @@ void HostEventDispatcher::OnMessageReceived(
|
|
|
| base::ScopedClosureRunner done_runner(done_task);
|
|
|
| - if (message->has_sequence_number() && !sequence_number_callback_.is_null())
|
| - sequence_number_callback_.Run(message->sequence_number());
|
| + if (message->has_timestamp() && !event_timestamp_callback_.is_null())
|
| + event_timestamp_callback_.Run(message->timestamp());
|
|
|
| if (message->has_key_event()) {
|
| const KeyEvent& event = message->key_event();
|
|
|