| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index eed188826c0145383300957dcbe5510c808f44b0..8edd612a9ca644240e82167a77ff3678886c5869 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -618,11 +618,11 @@ void DesktopSessionWin::OnSessionAttached(uint32_t session_id) {
|
|
|
| ReportElapsedTime("attached");
|
|
|
| - // Launch elevated on Win8 to be able to inject Alt+Tab.
|
| + // Launch elevated on Win8+ to enable injection of Alt+Tab and Ctrl+Alt+Del.
|
| bool launch_elevated = base::win::GetVersion() >= base::win::VERSION_WIN8;
|
|
|
| // Get the name of the executable to run. |kDesktopBinaryName| specifies
|
| - // uiAccess="true" in it's manifest.
|
| + // uiAccess="true" in its manifest.
|
| base::FilePath desktop_binary;
|
| bool result;
|
| if (launch_elevated) {
|
|
|