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

Unified Diff: remoting/protocol/ice_connection_to_client.cc

Issue 2858813002: [Chromoting] Use ProcessStatsSender in host process
Patch Set: Created 3 years, 8 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/ice_connection_to_client.h ('k') | remoting/protocol/process_stats_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ice_connection_to_client.cc
diff --git a/remoting/protocol/ice_connection_to_client.cc b/remoting/protocol/ice_connection_to_client.cc
index 90f9b1acdca011c67fafe942ad716feb1a7f84cf..bb3accb7bbe73215e0912c897c6c694cb1f22074 100644
--- a/remoting/protocol/ice_connection_to_client.cc
+++ b/remoting/protocol/ice_connection_to_client.cc
@@ -125,6 +125,11 @@ ClientStub* IceConnectionToClient::client_stub() {
return control_dispatcher_.get();
}
+// Not implemented.
+ProcessStatsStub* IceConnectionToClient::stats_stub() {
+ return nullptr;
+}
+
void IceConnectionToClient::set_clipboard_stub(
protocol::ClipboardStub* clipboard_stub) {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « remoting/protocol/ice_connection_to_client.h ('k') | remoting/protocol/process_stats_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698