summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/chrome_frame_operations.cc
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 17:08:54 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 17:08:54 +0000
commita1cbc96e8f0bbdbefa209367c5633c7ad0f3e111 (patch)
tree2ab182fc502bde4990f42e9a913c434007d52c67 /chrome/installer/util/chrome_frame_operations.cc
parent912f06843fb90f6b50a9b6e270253d67f9be1d88 (diff)
downloadchromium_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/chrome_frame_operations.cc')
-rw-r--r--chrome/installer/util/chrome_frame_operations.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/chrome_frame_operations.cc b/chrome/installer/util/chrome_frame_operations.cc
index ae790ab..a1a46ee 100644
--- a/chrome/installer/util/chrome_frame_operations.cc
+++ b/chrome/installer/util/chrome_frame_operations.cc
@@ -86,6 +86,7 @@ void ChromeFrameOperations::AddComDllList(
const std::set<std::wstring>& options,
std::vector<FilePath>* com_dll_list) const {
DCHECK(com_dll_list);
+ std::vector<FilePath> dll_list;
com_dll_list->push_back(FilePath(installer::kChromeFrameDll));
}