diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 22:54:51 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-25 22:54:51 +0000 |
commit | 6e692dc77bfeb771647a21199b6e6f54de0a102b (patch) | |
tree | 3057fb3ea553de594b544749626d100686618f9d /chrome/chrome_browser_extensions.gypi | |
parent | fc59ef6729a752fb59675e157ba46e462a9288fd (diff) | |
download | chromium_src-6e692dc77bfeb771647a21199b6e6f54de0a102b.zip chromium_src-6e692dc77bfeb771647a21199b6e6f54de0a102b.tar.gz chromium_src-6e692dc77bfeb771647a21199b6e6f54de0a102b.tar.bz2 |
Reland: 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
TBR=grt@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/419913005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r-- | chrome/chrome_browser_extensions.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi index d84973a..ee0c223 100644 --- a/chrome/chrome_browser_extensions.gypi +++ b/chrome/chrome_browser_extensions.gypi @@ -1134,7 +1134,6 @@ }], ['OS=="win"', { 'dependencies': [ - 'launcher_support', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', '../third_party/isimpledom/isimpledom.gyp:isimpledom', ], |