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

Unified Diff: remoting/protocol/process_stats_stub.h

Issue 2856243002: [Chromoting] Add ProcessStatsDispatcher to send process stats to the client
Patch Set: Partially resolve the review comments Created 3 years, 7 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/process_stats_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/process_stats_stub.h
diff --git a/remoting/protocol/process_stats_stub.h b/remoting/protocol/process_stats_stub.h
index b59d7c6e4089306e744048ac196832e64eb8a37e..dc16f32ec67a3a683247c6cc86e6165c221fbef9 100644
--- a/remoting/protocol/process_stats_stub.h
+++ b/remoting/protocol/process_stats_stub.h
@@ -16,8 +16,7 @@ class ProcessStatsStub {
ProcessStatsStub() = default;
virtual ~ProcessStatsStub() = default;
- virtual void OnProcessStats(
- const protocol::AggregatedProcessResourceUsage& usage) = 0;
+ virtual void OnProcessStats(const AggregatedProcessResourceUsage& usage) = 0;
};
} // namespace protocol
« no previous file with comments | « remoting/protocol/process_stats_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698