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

Unified Diff: remoting/host/worker_process_ipc_delegate.h

Issue 2950993003: [Chromoting] Use ProcessStatsSender in DaemonProcess (daemon process) (Closed)
Patch Set: Stop process stats when network process crashes 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
Index: remoting/host/worker_process_ipc_delegate.h
diff --git a/remoting/host/worker_process_ipc_delegate.h b/remoting/host/worker_process_ipc_delegate.h
index 9ba4cb0fcf338e1dc1217dc123bbedbedd179d8d..7b11de2cb206b8070b2dd51fff31a9713fcbd205 100644
--- a/remoting/host/worker_process_ipc_delegate.h
+++ b/remoting/host/worker_process_ipc_delegate.h
@@ -29,6 +29,9 @@ class WorkerProcessIpcDelegate {
// Notifies that a permanent error was encountered.
virtual void OnPermanentError(int exit_code) = 0;
+
+ // Notifies that the worker process stops for any reason.
joedow 2017/06/23 18:03:08 Wouldn't we know this because the IPC channel gets
Hzj_jie 2017/06/24 00:51:40 I do not think the disconnecting event has been se
+ virtual void OnWorkerProcessStopped(int exit_code) = 0;
};
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698