| Index: chrome/installer/util/util_constants.h
|
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
|
| index aa2b27fc9cc301932f6fd4153db5edde4c27849b..049fdac63e0a8d517e2465a9cc8a6ca50c491b6c 100644
|
| --- a/chrome/installer/util/util_constants.h
|
| +++ b/chrome/installer/util/util_constants.h
|
| @@ -36,7 +36,8 @@ enum InstallStatus {
|
| RENAME_FAILED, // Rename of new_chrome.exe failed
|
| EULA_REJECTED, // EULA dialog was not accepted by user.
|
| EULA_ACCEPTED, // EULA dialog was accepted by user.
|
| - EULA_ACCEPTED_OPT_IN // EULA accepted wtih the crash optin selected.
|
| + EULA_ACCEPTED_OPT_IN, // EULA accepted wtih the crash optin selected.
|
| + INSTALL_DIR_IN_USE // Installation directory is in use by another process
|
| };
|
|
|
| // These are distibution related install options specified through command
|
|
|