diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 20:26:59 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 20:26:59 +0000 |
commit | 53a6c1eff8bedf9638d4d4c3f2c23898b4587bcc (patch) | |
tree | f29900a88e44ee5d2e0518f48cb158141dee9fed /chrome/installer/util/util_constants.h | |
parent | c13db2d19b2a335a115f9532b4b5a60f6cb2d669 (diff) | |
download | chromium_src-53a6c1eff8bedf9638d4d4c3f2c23898b4587bcc.zip chromium_src-53a6c1eff8bedf9638d4d4c3f2c23898b4587bcc.tar.gz chromium_src-53a6c1eff8bedf9638d4d4c3f2c23898b4587bcc.tar.bz2 |
Remove some dead app host code.
app_host.exe was removed in r220555. This change removes some dead code
that was left behind. Specifically:
- chrome_launcher_support no longer exposes any methods related to the
AppHost.
- Chrome's uninstall prompt no longer has a special case to handle
suppressing the "delete your profile" checkbox.
- Chrome and its installer no longer have a dependency on
launcher_support.
- The installer no longer supports installing items from the webstore.
- GetUntrustedDataValue no longer has consumers and is gone.
BUG=297647
R=benwells@chromium.org,huangs@chromium.org,gab@chromium.org
Review URL: https://codereview.chromium.org/422453004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rw-r--r-- | chrome/installer/util/util_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index d2f648a..da54a38 100644 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -201,6 +201,7 @@ extern const char kOutputFile[]; } // namespace switches extern const wchar_t kActiveSetupExe[]; +extern const wchar_t kAppLauncherGuid[]; extern const wchar_t kChromeAppHostExe[]; extern const wchar_t kChromeDll[]; extern const wchar_t kChromeChildDll[]; |