| 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_;
|
|
|