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

Unified Diff: remoting/host/desktop_session_win.cc

Issue 2950993003: [Chromoting] Use ProcessStatsSender in DaemonProcess (daemon process) (Closed)
Patch Set: Resolve review comments Created 3 years, 6 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/desktop_session_win.h ('k') | remoting/host/process_stats_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_win.cc
diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
index 1f7764a3fa76368dc3722548596548e28df31424..4ba23343f4bc492674bc791e5b162d057b16c9a9 100644
--- a/remoting/host/desktop_session_win.cc
+++ b/remoting/host/desktop_session_win.cc
@@ -604,6 +604,8 @@ void DesktopSessionWin::OnPermanentError(int exit_code) {
TerminateSession();
}
+void DesktopSessionWin::OnWorkerProcessStopped() {}
+
void DesktopSessionWin::OnSessionAttached(uint32_t session_id) {
DCHECK(caller_task_runner_->BelongsToCurrentThread());
DCHECK(!launcher_);
« no previous file with comments | « remoting/host/desktop_session_win.h ('k') | remoting/host/process_stats_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698