summaryrefslogtreecommitdiffstats
path: root/chrome/common/result_codes.h
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 13:24:57 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 13:24:57 +0000
commit4df8786fcd6334d4f5f92350a8297135149aabae (patch)
treec373e3afb8ec9104547ee873019ce0be920b14a5 /chrome/common/result_codes.h
parent7d280cb1adf9c8e66ef8f9c97e8b633b0eac37e0 (diff)
downloadchromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.zip
chromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.tar.gz
chromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.tar.bz2
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
Diffstat (limited to 'chrome/common/result_codes.h')
-rw-r--r--chrome/common/result_codes.h1
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.