summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.cc
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 18:43:58 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 18:43:58 +0000
commit072d5850bac0755023b314110c27480c6963e477 (patch)
treebfa811fdd06eaaefac11e56f4805343646b2d339 /chrome/installer/util/util_constants.cc
parentc1598d54e9219ac1766437cf838b401880cfaac4 (diff)
downloadchromium_src-072d5850bac0755023b314110c27480c6963e477.zip
chromium_src-072d5850bac0755023b314110c27480c6963e477.tar.gz
chromium_src-072d5850bac0755023b314110c27480c6963e477.tar.bz2
Add 64-bit binaries that are required for NaCl support to Chrome installation on Windows.
NaCl uses two additional binaries on 64-bit Windows: nacl64.exe and nacl64.dll, so these binaries need to be installed and updated as part of Chrome installation/update. Review URL: http://codereview.chromium.org/567028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r--chrome/installer/util/util_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index d56ac9c..aa3539e 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -120,6 +120,7 @@ const wchar_t kInstallUserDataDir[] = L"User Data";
const wchar_t kChromeExe[] = L"chrome.exe";
const wchar_t kChromeOldExe[] = L"old_chrome.exe";
const wchar_t kChromeNewExe[] = L"new_chrome.exe";
+const wchar_t kNaClExe[] = L"nacl64.exe";
const wchar_t kChromeDll[] = L"chrome.dll";
const wchar_t kChromeNaCl64Dll[] = L"nacl64.dll";
const wchar_t kChromeFrameDll[] = L"npchrome_frame.dll";