| Index: chrome/common/result_codes.h
|
| diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h
|
| index f97e918c1bc2d9eda10e364806cb8e3c81522ae9..4c0de9dc15e1a344c9d19ffe2ff305eaf72f7b24 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.
|
|
|