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

Unified Diff: remoting/protocol/fake_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/fake_connection_to_client.h ('k') | remoting/protocol/fake_process_stats_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_connection_to_client.cc
diff --git a/remoting/protocol/fake_connection_to_client.cc b/remoting/protocol/fake_connection_to_client.cc
index b8556b08d7ac24cb9dc08e6cece08437026a037a..f8967b51685319d5656d3157212ebaa97767119f 100644
--- a/remoting/protocol/fake_connection_to_client.cc
+++ b/remoting/protocol/fake_connection_to_client.cc
@@ -100,5 +100,9 @@ void FakeConnectionToClient::set_input_stub(InputStub* input_stub) {
input_stub_ = input_stub;
}
+ProcessStatsStub* FakeConnectionToClient::stats_stub() {
+ return stats_stub_;
+}
+
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/fake_connection_to_client.h ('k') | remoting/protocol/fake_process_stats_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698