summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/prebuild
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 19:29:50 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 19:29:50 +0000
commit08c31177789a989a7c0e6c1bd2143911f26160b7 (patch)
tree216babd0cb815a7531942222014d8930bba6bac9 /chrome/installer/util/prebuild
parent340298ae4a1c27e26d9af08929e28c5504e498e2 (diff)
downloadchromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.zip
chromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.tar.gz
chromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.tar.bz2
(re-commit) Implement installation of the Chrome App Host.
The Chrome App Host is a simple exe that delegates to a Chrome Binaries installation at user or system level. If no installation is available, it will trigger an installation. The Chrome App Host prevents the Chrome Binaries from being uninstalled, except in the case of an upgrade to system-level. Patchset 1 is http://codereview.chromium.org/10665002/ (reverted). BUG=None TEST=None TBR=tommi Review URL: https://chromiumcodereview.appspot.com/10805043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/prebuild')
-rwxr-xr-xchrome/installer/util/prebuild/create_string_rc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
index dd1043b..4dd2852 100755
--- a/chrome/installer/util/prebuild/create_string_rc.py
+++ b/chrome/installer/util/prebuild/create_string_rc.py
@@ -44,11 +44,14 @@ import FP
kStringIds = [
'IDS_PRODUCT_NAME',
'IDS_SXS_SHORTCUT_NAME',
+ 'IDS_PRODUCT_APP_HOST_NAME',
+ 'IDS_PRODUCT_BINARIES_NAME',
'IDS_PRODUCT_DESCRIPTION',
'IDS_PRODUCT_FRAME_NAME',
'IDS_UNINSTALL_CHROME',
'IDS_ABOUT_VERSION_COMPANY_NAME',
'IDS_INSTALL_HIGHER_VERSION',
+ 'IDS_INSTALL_HIGHER_VERSION_APP_HOST',
'IDS_INSTALL_HIGHER_VERSION_CF',
'IDS_INSTALL_HIGHER_VERSION_CB_CF',
'IDS_INSTALL_SYSTEM_LEVEL_EXISTS',