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

Unified Diff: remoting/protocol/process_stats_stub.h

Issue 2860803002: [Chromoting] Allow ProcessStatsSender to receive nullptr ProcessStatsAgent
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
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
« remoting/protocol/fake_process_stats_stub.h ('K') | « remoting/protocol/fake_process_stats_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698