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

Unified Diff: remoting/host/process_stats_sender.h

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/host/host_session_options_unittest.cc ('k') | remoting/host/process_stats_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/process_stats_sender.h
diff --git a/remoting/host/process_stats_sender.h b/remoting/host/process_stats_sender.h
index c33af89c6fdbdf24f6a4f18fb6690d4a70750f88..9c77eba23a53035cddcd15bdf40030fd9559e61f 100644
--- a/remoting/host/process_stats_sender.h
+++ b/remoting/host/process_stats_sender.h
@@ -37,7 +37,7 @@ class ProcessStatsSender final {
void ReportUsage();
protocol::ProcessStatsStub* const host_stats_stub_;
- std::vector<ProcessStatsAgent*> agents_;
+ const std::vector<ProcessStatsAgent*> agents_;
base::RepeatingTimer timer_;
const base::ThreadChecker thread_checker_;
};
« no previous file with comments | « remoting/host/host_session_options_unittest.cc ('k') | remoting/host/process_stats_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698