diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 17:08:54 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 17:08:54 +0000 |
commit | a1cbc96e8f0bbdbefa209367c5633c7ad0f3e111 (patch) | |
tree | 2ab182fc502bde4990f42e9a913c434007d52c67 /chrome/installer/util/master_preferences_constants.cc | |
parent | 912f06843fb90f6b50a9b6e270253d67f9be1d88 (diff) | |
download | chromium_src-a1cbc96e8f0bbdbefa209367c5633c7ad0f3e111.zip chromium_src-a1cbc96e8f0bbdbefa209367c5633c7ad0f3e111.tar.gz chromium_src-a1cbc96e8f0bbdbefa209367c5633c7ad0f3e111.tar.bz2 |
Revert 147650 - 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.
The Chrome App Host is implemented in this uncommitted CL: http://codereview.chromium.org/10559090/ .
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10665002
TBR=erikwright@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10797047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/master_preferences_constants.cc')
-rw-r--r-- | chrome/installer/util/master_preferences_constants.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/master_preferences_constants.cc b/chrome/installer/util/master_preferences_constants.cc index 8884ce0..2ee5557 100644 --- a/chrome/installer/util/master_preferences_constants.cc +++ b/chrome/installer/util/master_preferences_constants.cc @@ -9,7 +9,6 @@ namespace master_preferences { const char kAltShortcutText[] = "alternate_shortcut_text"; const char kAutoLaunchChrome[] = "auto_launch_chrome"; const char kChrome[] = "chrome"; - const char kChromeAppHost[] = "app_host"; const char kChromeFrame[] = "chrome_frame"; const char kChromeFrameReadyMode[] = "ready_mode"; const char kChromeShortcutIconIndex[] = "chrome_shortcut_icon_index"; |