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

Unified Diff: remoting/host/client_session.cc

Issue 387123003: Remove ClientSession::EventHandler::OnSessionSequenceNumber() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/client_session.h ('k') | remoting/host/host_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.cc
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
index 55e4decc1ca3bb70e29df4836cd787e0f1fbed1c..63bd77f6ce3741c9a6efb8065ce569d18a6986f9 100644
--- a/remoting/host/client_session.cc
+++ b/remoting/host/client_session.cc
@@ -424,8 +424,6 @@ void ClientSession::OnSequenceNumberUpdated(
if (video_scheduler_.get())
video_scheduler_->UpdateSequenceNumber(sequence_number);
-
- event_handler_->OnSessionSequenceNumber(this, sequence_number);
}
void ClientSession::OnRouteChange(
« no previous file with comments | « remoting/host/client_session.h ('k') | remoting/host/host_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698