Index: remoting/host/win/wts_session_process_delegate.cc |
diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc |
index 01d319d976e28a9374bce528cda4fa669b147f65..a70c5f367772c1b19c69e2baaf014828d79b990b 100644 |
--- a/remoting/host/win/wts_session_process_delegate.cc |
+++ b/remoting/host/win/wts_session_process_delegate.cc |
@@ -337,7 +337,7 @@ bool WtsSessionProcessDelegate::Core::LaunchProcess( |
} |
bool WtsSessionProcessDelegate::Core::Initialize(uint32 session_id) { |
- if (base::win::GetVersion() == base::win::VERSION_XP) |
+ if (base::win::GetVersion() < base::win::VERSION_VISTA) |
launch_elevated_ = false; |
if (launch_elevated_) { |