diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-23 06:07:21 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-23 06:07:21 +0000 |
commit | 9410c0aff6ffd2452b4fea685868c69c6d934b83 (patch) | |
tree | 1b69b21efbf9d258734af83b520c27f38c8c3293 /remoting/branding_Chrome | |
parent | 55a27b9fd8c16314dcc1551351c961c4bed19093 (diff) | |
download | chromium_src-9410c0aff6ffd2452b4fea685868c69c6d934b83.zip chromium_src-9410c0aff6ffd2452b4fea685868c69c6d934b83.tar.gz chromium_src-9410c0aff6ffd2452b4fea685868c69c6d934b83.tar.bz2 |
Use a single shared entry point for all Chromoting processes.
This CL combines entry points for four different kinds of Chromoting processes into a single shared entry point routine. The "--type" command line parameter is used to determine the type of the processes to be launched.
This effectively makes all the executabes interchangable, reducing the number of EXE binaries to two: remoting_host.exe and remoting_desktop.exe. The latter is needed because of level="requireAdministrator" and uiAccess="true" settings in its manifest.
Collateral changes:
- Added a debug only remoting_console.exe binary that can run in the console.
- dpiAware=true is set via the manifest instead of calling SetProcessDPIAware().
- A cross-platform define REMOTING_ENABLE_BREAKPAD is now used to enable Breakpad integration code.
- The "--host-config" command line switch is not passed to the network process by the multi-process daemon.
- The "--elevate" and "--version" command line switches are processed by the shared entry point now.
- The usage message has been updated.
BUG=170200
Review URL: https://chromiumcodereview.appspot.com/12328040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/branding_Chrome')
-rw-r--r-- | remoting/branding_Chrome | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/branding_Chrome b/remoting/branding_Chrome index e199668..1307495 100644 --- a/remoting/branding_Chrome +++ b/remoting/branding_Chrome @@ -6,8 +6,6 @@ HOST_PLUGIN_DESCRIPTION=Allow another user to access your computer securely over HOST_ME2ME_FILE_NAME=Chrome Remote Desktop Host HOST_ME2ME_DESCRIPTION=Chrome Remote Desktop Host DAEMON_FILE_NAME=Chrome Remote Desktop Host Service -DAEMON_DESCRIPTION=Chrome Remote Desktop Host Service -CONTROLLER_DESCRIPTION=Chrome Remote Desktop Host Controller DESKTOP_DESCRIPTION=Chrome Remote Desktop Integration Process CORE_DESCRIPTION=Chrome Remote Desktop Core MAC_BUNDLE_ID=com.google.Chrome |