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

Unified Diff: remoting/host/desktop_session_win.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/desktop_process_unittest.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_win.h
diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
index 976da9e08d02c906bffdad38d190dca6af07d687..d174019591aa8ffb7822f950349754bf12a4e869 100644
--- a/remoting/host/desktop_session_win.h
+++ b/remoting/host/desktop_session_win.h
@@ -67,8 +67,8 @@ class DesktopSessionWin
// ChromotingDesktopDaemonMsg_InjectSas handler.
void OnInjectSas();
- // Restarts the desktop process.
- void RestartDesktopProcess(const tracked_objects::Location& location);
+ // Requests the desktop process to crash.
+ void CrashDesktopProcess(const tracked_objects::Location& location);
// Task runner on which public methods of this class should be called.
scoped_refptr<AutoThreadTaskRunner> main_task_runner_;
« no previous file with comments | « remoting/host/desktop_process_unittest.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698