diff options
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rwxr-xr-x | chrome/installer/util/util_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index 4ee2af7..1c4e792 100755 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -35,7 +35,8 @@ enum InstallStatus { RENAME_SUCCESSFUL, // Rename of new_chrome.exe to chrome.exe worked 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, // EULA dialog was accepted by user. + EULA_ACCEPTED_OPT_IN // EULA accepted wtih the crash optin selected. }; // These are distibution related install options specified through command |