diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 10:15:09 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 10:15:09 +0000 |
commit | 0b205e16eeaa51a32b544687e08ef356d500245a (patch) | |
tree | 93ae9bf8cd5b0ec91e41c8398b314ab95ade6a7f /remoting/host/setup | |
parent | 61e77c687ad8601cd64164d3191425400f7bc72c (diff) | |
download | chromium_src-0b205e16eeaa51a32b544687e08ef356d500245a.zip chromium_src-0b205e16eeaa51a32b544687e08ef356d500245a.tar.gz chromium_src-0b205e16eeaa51a32b544687e08ef356d500245a.tar.bz2 |
Introducing an out-of-process COM class hosting RdpClient.
RdpClient takes dependency on mstscax.dll that pulls a lot of code to the process. This CL allows RdpClient objects to be hosted in a separate process running at medium integrity level under LocalService account.
BUG=137696
Review URL: https://chromiumcodereview.appspot.com/12330178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185515 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/setup')
-rw-r--r-- | remoting/host/setup/daemon_controller_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_controller_win.cc b/remoting/host/setup/daemon_controller_win.cc index 497fd5a..dfcc373 100644 --- a/remoting/host/setup/daemon_controller_win.cc +++ b/remoting/host/setup/daemon_controller_win.cc @@ -26,7 +26,7 @@ #include "base/win/windows_version.h" #include "remoting/base/scoped_sc_handle_win.h" #include "remoting/host/branding.h" -// MIDL-generated declarations and definitions. +// chromoting_lib.h contains MIDL-generated declarations. #include "remoting/host/chromoting_lib.h" #include "remoting/host/setup/daemon_installer_win.h" #include "remoting/host/usage_stats_consent.h" |