summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
diff options
context:
space:
mode:
authorbcwhite <bcwhite@chromium.org>2015-08-08 08:33:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-08 15:33:45 +0000
commit41465440adac9c4ca529d42bc685eedb640c8eb7 (patch)
treee527f7abff4d4fe80bfefff1a18e3ad93bab848e /chrome/installer/setup
parent9bc871c91c527d5254ba95eadf2e26047f641de3 (diff)
downloadchromium_src-41465440adac9c4ca529d42bc685eedb640c8eb7.zip
chromium_src-41465440adac9c4ca529d42bc685eedb640c8eb7.tar.gz
chromium_src-41465440adac9c4ca529d42bc685eedb640c8eb7.tar.bz2
Return Windows error code when create-process fails.
COULD_NOT_CREATE_PROCESS makes up about 10% of the setup errors; include the actual DWORD result code returned by ::CreateProcess by placing all result information into the proper location of the Registry for reading by Omaha. BUG= Committed: https://crrev.com/135f5f669574bd07eaedaf6b57503984aeb13be8 Cr-Commit-Position: refs/heads/master@{#341938} Review URL: https://codereview.chromium.org/1247993002 Cr-Commit-Position: refs/heads/master@{#342528}
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r--chrome/installer/setup/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index 5809a9d..ffcf8d4 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -22,6 +22,8 @@ if (is_win) {
"../mini_installer/mini_string.cc",
"../mini_installer/mini_string.h",
"../mini_installer/mini_string_test.cc",
+ "../mini_installer/regkey.cc",
+ "../mini_installer/regkey.h",
"app_launcher_installer.cc", # Move to lib
"app_launcher_installer.h", # Move to lib
"archive_patch_helper.cc", # Move to lib