diff options
Diffstat (limited to 'chrome/common/result_codes.h')
-rw-r--r-- | chrome/common/result_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h index f97e918..4c0de9d 100644 --- a/chrome/common/result_codes.h +++ b/chrome/common/result_codes.h @@ -36,6 +36,7 @@ class ResultCodes { UNINSTALL_CHROME_ALIVE, // Uninstall detected another chrome instance. UNINSTALL_NO_SURVEY, // Do not launch survey after uninstall. UNINSTALL_USER_CANCEL, // The user changed her mind. + UNINSTALL_DELETE_PROFILE, // Delete profile as well during uninstall. UNSUPPORTED_PARAM, // Command line parameter is not supported. KILLED_BAD_MESSAGE, // A bad message caused the process termination. IMPORTER_CANCEL, // The user canceled the browser import. |