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

Unified Diff: remoting/host/win/unprivileged_process_delegate.h

Issue 12545006: The worker process launcher can now ask the worker to crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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/remoting_me2me_host.cc ('k') | remoting/host/win/unprivileged_process_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/unprivileged_process_delegate.h
diff --git a/remoting/host/win/unprivileged_process_delegate.h b/remoting/host/win/unprivileged_process_delegate.h
index bdf851b661a1419a11cf92ba39ccbe582e415f0e..f256c6fbfb5bf83f93257a44a61cbf2959d417bb 100644
--- a/remoting/host/win/unprivileged_process_delegate.h
+++ b/remoting/host/win/unprivileged_process_delegate.h
@@ -41,6 +41,7 @@ class UnprivilegedProcessDelegate : public WorkerProcessLauncher::Delegate {
virtual bool Send(IPC::Message* message) OVERRIDE;
// WorkerProcessLauncher::Delegate implementation.
+ virtual void CloseChannel() OVERRIDE;
virtual DWORD GetProcessId() const OVERRIDE;
virtual bool IsPermanentError(int failure_count) const OVERRIDE;
virtual void KillProcess(DWORD exit_code) OVERRIDE;
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/win/unprivileged_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698