From 4df8786fcd6334d4f5f92350a8297135149aabae Mon Sep 17 00:00:00 2001 From: "kuchhal@chromium.org" Date: Fri, 17 Apr 2009 13:24:57 +0000 Subject: On uninstall ask whether to delete profile. BUG=8431 Review URL: http://codereview.chromium.org/62097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13926 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/result_codes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/result_codes.h') 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. -- cgit v1.1