summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 10:15:09 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 10:15:09 +0000
commit0b205e16eeaa51a32b544687e08ef356d500245a (patch)
tree93ae9bf8cd5b0ec91e41c8398b314ab95ade6a7f /remoting/host/setup
parent61e77c687ad8601cd64164d3191425400f7bc72c (diff)
downloadchromium_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.cc2
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"